Time Tracker
Keeps track of how much time you spend on various web sites.
Wat is Time Tracker?
Time Tracker is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Keeps track of how much time you spend on various web sites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Time Tracker
Download Time Tracker-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
Helps users track how much time they spend on various web sites. Please email feature requests to: [email protected] or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues This project is open source.
Basisinformatie over de Extensie
Naam | Time Tracker |
ID | mokmnbikneoaenmckfmgjgjimphfojkd |
Officiële URL | https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd |
Beschrijving | Keeps track of how much time you spend on various web sites. |
Bestandsgrootte | 76.76 KB |
Aantal Installaties | 15,086 |
Huidige Versie | 1.2.4 |
Laatst Bijgewerkt | 2016-10-29 |
Publicatiedatum | 2016-10-29 |
Beoordeling | 4.24/5 Totaal 132 Beoordelingen |
Ontwikkelaar | [email protected] |
Betalingswijze | free |
Extensiewebsite | https://github.com/navjagpal/browser-timetracker/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Tracker", "version": "1.2.4", "description": "Keeps track of how much time you spend on various web sites.", "manifest_version": 2, "background": { "scripts": [ "config.js", "sites.js", "tracker.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "idle", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Time Tracker", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon.png" } } |