Mouse Tab
Simple and powerful new tab page
Qu'est-ce que Mouse Tab ?
Mouse Tab est une extension Chrome développée par http://newtab.ml, et sa fonction principale est "Simple and powerful new tab page".
Télécharger le fichier CRX de l'extension Mouse Tab
Téléchargez les fichiers d'extension Mouse Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cnfodimhlpakbjfecpnacbhebkjlcfnc |
URL Officiel | https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc |
Description | Simple and powerful new tab page |
Taille du Fichier | 24.13 KB |
Nombre d'Installations | 769 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-10-30 |
Date de Publication | 2015-10-30 |
Développeur | http://newtab.ml |
Type de Paiement | free |
Langues Prises en Charge | 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" } |