Trackr
Track the time you spend on various websites with beautiful graphs on the new tab page!
Qu'est-ce que Trackr ?
Trackr est une extension Chrome développée par Srikar Gudipati, et sa fonction principale est "Track the time you spend on various websites with beautiful graphs on the new tab page!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trackr
Téléchargez les fichiers d'extension Trackr 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 is a Chrome extension that lets you track the time you spend on various websites with beautiful graphs on the new tab page!
Informations de Base sur l'Extension
Nom | |
ID | pccehhnicffhgffhdfgainipddlopmie |
URL Officiel | https://chrome.google.com/webstore/detail/trackr/pccehhnicffhgffhdfgainipddlopmie |
Description | Track the time you spend on various websites with beautiful graphs on the new tab page! |
Taille du Fichier | 205 KB |
Nombre d'Installations | 5,000 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-02-23 |
Date de Publication | 2015-02-23 |
Évaluation | 3.74/5 Total 43 Évaluations |
Développeur | Srikar Gudipati |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trackr", "version": "1.2", "manifest_version": 2, "description": "Track the time you spend on various websites with beautiful graphs on the new tab page!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": false }, "background": { "scripts": [ "js\/jquery\/jquery.min.js", "src\/bg\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_scripts": [ { "js": [ "js\/jquery\/jquery.min.js", "src\/contentscript\/contentscript.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "history", "tabs", "*:\/\/*\/*", "storage", "unlimitedStorage" ] } |