Tracky
Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Cos'è Tracky?
Tracky è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Allow time tracking from the browser with syncing ability thanks to chrome sync storage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tracky
Scarica i file di estensione Tracky 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 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
Informazioni di Base sull'Estensione
Nome | Tracky |
ID | nopncmbjiejagfhpkcbdikogbjcjhhll |
URL Ufficiale | https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll |
Descrizione | Allow time tracking from the browser with syncing ability thanks to chrome sync storage |
Dimensione del File | 155 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 0.1.7 |
Ultimo Aggiornamento | 2014-10-16 |
Data di Pubblicazione | 2014-10-16 |
Valutazione | 4.67/5 Totale 9 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Grafikart/tracky |
Lingue Supportate | 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 } |