Tab Pro
A clean, simple new tab page
Cos'è Tab Pro?
Tab Pro è un'estensione di Chrome sviluppata da https://www.smibware.com, e la sua funzione principale è "A clean, simple new tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Pro
Scarica i file di estensione Tab Pro 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
A simple, clean and elegant new tab page. This is only the beginning as we are consistently working on updating it.
Informazioni di Base sull'Estensione
Nome | Tab Pro |
ID | ancpkmhofkbnnokhminpbegbhdafdjbg |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-pro/ancpkmhofkbnnokhminpbegbhdafdjbg |
Descrizione | A clean, simple new tab page |
Dimensione del File | 1.17 MB |
Conteggio Installazioni | 12 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-01-19 |
Data di Pubblicazione | 2016-01-19 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://www.smibware.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/injectcss.css" ], "exclude_matches": [ "*:\/\/www.mymaths.co.uk\/", "*:\/\/www.myimaths.com\/" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery-ui.min.js", "js\/injectscript.js" ], "matches": [ "*:\/\/www.mymaths.co.uk\/*", "*:\/\/www.myimaths.com\/*", "*:\/\/app.mymaths.co.uk\/*", "*:\/\/app.myimaths.com\/*" ], "run_at": "document_start" } ], "name": "Tab Pro", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "A clean, simple new tab page", "version": "2.0", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2 } |