Mouse Tab
Simple and powerful new tab page
Cos'è Mouse Tab?
Mouse Tab è un'estensione di Chrome sviluppata da http://newtab.ml, e la sua funzione principale è "Simple and powerful new tab page".
Scarica il file CRX dell'estensione Mouse Tab
Scarica i file di estensione Mouse Tab 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
MouseTab - light-weight and beautiful chrome tab extension. It shows weather, search box, recent tabs, time. In further updates, speed bookmarks tab will be added. Note: MouseTab changes your default search and new tab.
Informazioni di Base sull'Estensione
Nome | |
ID | cnfodimhlpakbjfecpnacbhebkjlcfnc |
URL Ufficiale | https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc |
Descrizione | Simple and powerful new tab page |
Dimensione del File | 24.13 KB |
Conteggio Installazioni | 769 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2015-10-30 |
Data di Pubblicazione | 2015-10-30 |
Sviluppatore | http://newtab.ml |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "http:\/\/newtab.ml\/favicon.png", "is_default": true, "keyword": "newtab.ml", "name": "Mouse Tab", "search_url": "http:\/\/newtab.ml\/search\/prt\/?q={searchTerms}" } }, "content_security_policy": "script-src 'self' https:\/\/www.telize.com\/ https:\/\/query.yahooapis.com\/ https:\/\/clients1.google.com\/ https:\/\/ajax.googleapis.com\/; object-src 'self'", "description": "Simple and powerful new tab page", "icons": { "128": "favicon.png" }, "manifest_version": 2, "name": "Mouse Tab", "permissions": [ "topSites", "storage", "https:\/\/clients1.google.com\/", "https:\/\/ajax.googleapis.com\/", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |