Trackr
Track the time you spend on various websites with beautiful graphs on the new tab page!
Cos'è Trackr?
Trackr è un'estensione di Chrome sviluppata da Srikar Gudipati, e la sua funzione principale è "Track the time you spend on various websites with beautiful graphs on the new tab page!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trackr
Scarica i file di estensione Trackr 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
This is a Chrome extension that lets you track the time you spend on various websites with beautiful graphs on the new tab page!
Informazioni di Base sull'Estensione
Nome | |
ID | pccehhnicffhgffhdfgainipddlopmie |
URL Ufficiale | https://chrome.google.com/webstore/detail/trackr/pccehhnicffhgffhdfgainipddlopmie |
Descrizione | Track the time you spend on various websites with beautiful graphs on the new tab page! |
Dimensione del File | 205 KB |
Conteggio Installazioni | 5,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-02-23 |
Data di Pubblicazione | 2015-02-23 |
Valutazione | 3.74/5 Totale 43 Valutazioni |
Sviluppatore | Srikar Gudipati |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |