New Tab iFrame
customize new tab by an iframe
Cos'è New Tab iFrame?
New Tab iFrame è un'estensione di Chrome sviluppata da chienwen, e la sua funzione principale è "customize new tab by an iframe".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab iFrame
Scarica i file di estensione New Tab iFrame 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
This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.
Informazioni di Base sull'Estensione
Nome | New Tab iFrame |
ID | pjjgnpjhedgolccfdplecmnapdjhlknm |
URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm |
Descrizione | customize new tab by an iframe |
Dimensione del File | 96.19 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-09-12 |
Data di Pubblicazione | 2015-09-12 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | chienwen |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab iFrame", "description": "customize new tab by an iframe", "version": "1.0", "manifest_version": 2, "permissions": [ "storage" ], "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [ "scripts\/jquery-1.10.2.min.map" ], "options_page": "options.html", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/newtabiframe_16.png", "48": "images\/newtabiframe_48.png", "128": "images\/newtabiframe_128.png" } } |