[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 555 Bytes

File metadata and controls

13 lines (8 loc) · 555 Bytes

"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.