New Tab Page Counter
Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!
Qu'est-ce que New Tab Page Counter ?
New Tab Page Counter est une extension Chrome développée par Beaver, et sa fonction principale est "Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Page Counter
Téléchargez les fichiers d'extension New Tab Page Counter 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
This simple widget shows you the amount of time you have a new tab page open, and how many times you open a new tab page. New Tab Page Counter is very customizable. You can change the font and background colors, and choose to hide the amount of time or the number of times the new tab page has been opened. This widget requires Awesome New Tab Page to work. Without Awesome New Tab Page this widget does nothing. You can download Awesome New Tab Page at https://chrome.google.com/webstore/detail/awesome-new-tab-page/mgmiemnjjchgkmgbeljfocdjjnpjnmcg.
Informations de Base sur l'Extension
Nom | New Tab Page Counter |
ID | dfcpeeodhadpkndehphebgcajckcdgka |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-page-counter/dfcpeeodhadpkndehphebgcajckcdgka |
Description | Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed! |
Taille du Fichier | 709 KB |
Nombre d'Installations | 402 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2013-11-06 |
Date de Publication | 2013-11-06 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | Beaver |
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 Page Counter", "web_accessible_resources": [ "widget.html", "index.html", "options.html" ], "options_page": "settings.html", "background": { "page": "background2.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1", "description": "Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!", "icons": { "128": "newicon.png" } } |