Surf Clock
Keep track of the time you spend surfing on the web.
Co je Surf Clock?
Surf Clock je rozšíření Chrome vyvinuté https://surfclock.io, a jeho hlavní funkcí je „Keep track of the time you spend surfing on the web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Surf Clock
Stáhněte si soubory rozšíření Surf Clock 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í
Curious about where you spend how much time on the web? Surf Clock is for you! Accurate. Intuitive. Private. - While browsing the web, the time you spend on websites is accurately measured. - Adjust the time frame to easily spot for how long you've been on any site during that period. - No information is sent to our clouds, it's all yours on your computer. Necessary permissions: - "Read your browsing history" to detect when you load new sites and switch tabs / windows - "Read and change your data on www.google.com" in order to use Google's Favicon Service, which is needed to retrieve the color for the website
Základní Informace o Rozšíření
Název | Surf Clock |
ID | bhmamcldpbfndmkibakfgkibichjbifo |
Oficiální URL | https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo |
Popis | Keep track of the time you spend surfing on the web. |
Velikost souboru | 186 KB |
Počet instalací | 39 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2017-12-04 |
Datum Vydání | 2017-12-04 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://surfclock.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://surfclock.io |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surf Clock", "version": "1.0.4", "author": "crococoding", "homepage_url": "https:\/\/surfclock.io", "description": "Keep track of the time you spend surfing on the web.", "icons": { "128": "chrome\/icon_128.png" }, "browser_action": { "default_icon": "chrome\/icon_128.png", "default_popup": "chrome\/popup_chrome.html" }, "permissions": [ "tabs", "storage", "https:\/\/www.google.com\/*" ], "background": { "scripts": [ "core\/background\/dexie.min.js", "core\/background\/vibrant.min.js", "core\/background\/database.js", "core\/background\/logger.js", "chrome\/background_chrome.js" ] } } |