Tracky
Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Co to jest Tracky?
Tracky to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Allow time tracking from the browser with syncing ability thanks to chrome sync storage”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tracky
Pobierz pliki rozszerzeń Tracky w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Tracky |
ID | nopncmbjiejagfhpkcbdikogbjcjhhll |
Oficjalny URL | https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll |
Opis | Allow time tracking from the browser with syncing ability thanks to chrome sync storage |
Rozmiar pliku | 155 KB |
Liczba instalacji | 45 |
Aktualna Wersja | 0.1.7 |
Ostatnia Aktualizacja | 2014-10-16 |
Data Publikacji | 2014-10-16 |
Ocena | 4.67/5 Łącznie 9 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Grafikart/tracky |
Obsługiwane Języki | 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 } |