Lamenewtabpage
Replace the New Tab Page with your choice.
Cos'è Lamenewtabpage?
Lamenewtabpage è un'estensione di Chrome sviluppata da dr.zaus, e la sua funzione principale è "Replace the New Tab Page with your choice.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lamenewtabpage
Scarica i file di estensione Lamenewtabpage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows you to "customize" the New Tab Page by specifying an alternate URL to redirect. Provides common examples (such as Chrome's App page, settings, extensions, as well as popular social media sites. Based on the excellent New Tab Redirect extension, but with less "fluff". Source code at https://github.com/zaus/chrome-ext-lamenewtabpage. Options: * The url to redirect to * includes dropdown list of common examples * An optional delay before redirecting (which lets you start typing a URL immediately, without needing to delete the redirected url) * Debug mode -- just dumps some system events to the console **Permissions** * storage -- so it can sync your settings across browser instances.
Informazioni di Base sull'Estensione
Nome | |
ID | enbepoacecmhfdbbigckfepbjdaehhcp |
URL Ufficiale | https://chrome.google.com/webstore/detail/lamenewtabpage/enbepoacecmhfdbbigckfepbjdaehhcp |
Descrizione | Replace the New Tab Page with your choice. |
Dimensione del File | 12.68 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2014-05-15 |
Data di Pubblicazione | 2014-05-15 |
Sviluppatore | dr.zaus |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lamenewtabpage", "version": "0.2", "description": "Replace the New Tab Page with your choice.", "icons": { "128": "icon96.png", "48": "icon48.png" }, "chrome_url_overrides": { "newtab": "redirect.html" }, "options_page": "options.html", "permissions": [ "storage" ], "incognito": "split" } |