time tracker for reddit
This extension tracks how much time you have wasted on reddit.
Co je time tracker for reddit?
time tracker for reddit je rozšíření Chrome vyvinuté Tim Coy, a jeho hlavní funkcí je „This extension tracks how much time you have wasted on reddit.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření time tracker for reddit
Stáhněte si soubory rozšíření time tracker for reddit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Note: This is a third-party extension that is not made or maintained by reddit inc. User Data Disclaimer: This extension collects information about how long you are on reddit. This data is collected locally and stored using chrome.storage in order to sync data across all of your devices. This data is not shared with the developer, third-parties, or any other individuals.
Základní Informace o Rozšíření
Název | time tracker for reddit |
ID | pdgbpkedemplniikdfmfaedehbonfhmb |
Oficiální URL | https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb |
Popis | This extension tracks how much time you have wasted on reddit. |
Velikost souboru | 20.54 KB |
Počet instalací | 31 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-04-17 |
Datum Vydání | 2016-04-17 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | Tim Coy |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "time tracker for reddit", "description": "This extension tracks how much time you have wasted on reddit.", "version": "1.1", "permissions": [ "alarms", "storage", "tabs" ], "background": { "scripts": [ "background.js", "functions.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |