New Tab Master
Bring back that good old new-tab page.
Qu'est-ce que New Tab Master ?
New Tab Master est une extension Chrome développée par http://www.awesomescreenshot.com, et sa fonction principale est "Bring back that good old new-tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Master
Téléchargez les fichiers d'extension New Tab Master 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
Do you find yourself missing that new-tab page you used to know? New Tab Master is for you! Bring the new-tab page back to the golden era.
Informations de Base sur l'Extension
Nom | |
ID | elakecjpobmhiaamblgceonblfimnpnl |
URL Officiel | https://chrome.google.com/webstore/detail/new-tab-master/elakecjpobmhiaamblgceonblfimnpnl |
Description | Bring back that good old new-tab page. |
Taille du Fichier | 95.69 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2014-05-26 |
Date de Publication | 2014-05-26 |
Évaluation | 3.90/5 Total 20 Évaluations |
Développeur | http://www.awesomescreenshot.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Master", "short_name": "NewTabMaster", "version": "0.1.6", "description": "Bring back that good old new-tab page.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Zeal Mayfield", "background": { "page": "bg\/bg.html", "persistent": true }, "chrome_url_overrides": { "newtab": "override\/override.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "inject\/inject.css" ], "js": [ "inject\/inject.js" ] } ], "offline_enabled": true, "permissions": [ " |