Tracky
Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Wat is Tracky?
Tracky is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Allow time tracking from the browser with syncing ability thanks to chrome sync storage".
Extensie Screenshots
Download het CRX-bestand van de extensie Tracky
Download Tracky-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 little extension to track my time, if you are interested by this extension and want to add features feel free to edit the code ^^
https://github.com/Grafikart/tracky Basisinformatie over de Extensie
| Naam | |
| ID | nopncmbjiejagfhpkcbdikogbjcjhhll |
| Officiële URL | https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll |
| Beschrijving | Allow time tracking from the browser with syncing ability thanks to chrome sync storage |
| Bestandsgrootte | 155 KB |
| Aantal Installaties | 45 |
| Huidige Versie | 0.1.7 |
| Laatst Bijgewerkt | 2014-10-16 |
| Publicatiedatum | 2014-10-16 |
| Beoordeling | 4.67/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Grafikart/tracky |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tracky",
"description": "Allow time tracking from the browser with syncing ability thanks to chrome sync storage",
"version": "0.1.7",
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"name": "Click to open the timer",
"default_title": "Open Timer",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"storage"
],
"manifest_version": 2
} | |