Screentime
To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames
Co je Screentime?
Screentime je rozšíření Chrome vyvinuté Femi Oladeji, a jeho hlavní funkcí je „To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Screentime
Stáhněte si soubory rozšíření Screentime 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í
The extension allows you to control how much time you spend on popular social media sites and entertainment sites. You can specify how many minutes in a day you want to use on each site and once you've gotten to the limit, you won't be able to access the site. Time frames can be specified for when you want the sites to be inaccessible for each day of the week. You can also add or remove sites.
Základní Informace o Rozšíření
Název | Screentime |
ID | ofmanejijbcohgebmdfacglmhemiifca |
Oficiální URL | https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca |
Popis | To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames |
Velikost souboru | 1.62 MB |
Počet instalací | 20,000 |
Aktuální Verze | 5.0.8 |
Poslední Aktualizace | 2023-12-11 |
Datum Vydání | 2020-06-21 |
Hodnocení | 4.07/5 Celkem 44 Hodnocení |
Vývojář | Femi Oladeji |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/femioladeji/screentime |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screentime", "description": "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames", "short_name": "screentime", "version": "5.0.8", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "js\/background\/main.js" }, "permissions": [ "storage", "notifications", "tabs", "alarms" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "index.html", "default_icon": "images\/icon_128.png" } } |