Trackr
Track the time you spend on various websites with beautiful graphs on the new tab page!
Wat is Trackr?
Trackr is een Chrome-extensie ontwikkeld door Srikar Gudipati, en de belangrijkste functie is "Track the time you spend on various websites with beautiful graphs on the new tab page!".
Extensie Screenshots
Download het CRX-bestand van de extensie Trackr
Download Trackr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a Chrome extension that lets you track the time you spend on various websites with beautiful graphs on the new tab page!
Basisinformatie over de Extensie
Naam | |
ID | pccehhnicffhgffhdfgainipddlopmie |
Officiële URL | https://chrome.google.com/webstore/detail/trackr/pccehhnicffhgffhdfgainipddlopmie |
Beschrijving | Track the time you spend on various websites with beautiful graphs on the new tab page! |
Bestandsgrootte | 205 KB |
Aantal Installaties | 5,000 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-02-23 |
Publicatiedatum | 2015-02-23 |
Beoordeling | 3.74/5 Totaal 43 Beoordelingen |
Ontwikkelaar | Srikar Gudipati |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |