Back to Chrome Extensions Samples

"chrome_url_overrides"

api-samples/override/blank_ntp/README.md

latest554 B
Original Source

"chrome_url_overrides"

This sample demonstrates the "chrome_url_overrides" manifest key by replacing the user's default New Tab page with a new html file.

Overview

The extension calls "chrome_url_overrides" and its parameter "newtab" to replace the New Tab page with blank.html.

Running this extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Open a new tab while the extension is enabled.