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
Qu'est-ce que Screentime ?
Screentime est une extension Chrome développée par Femi Oladeji, et sa fonction principale est "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Screentime
Téléchargez les fichiers d'extension Screentime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Screentime |
ID | ofmanejijbcohgebmdfacglmhemiifca |
URL Officiel | https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca |
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 |
Taille du Fichier | 1.62 MB |
Nombre d'Installations | 20,000 |
Version Actuelle | 5.0.8 |
Dernière Mise à Jour | 2023-12-11 |
Date de Publication | 2020-06-21 |
Évaluation | 4.07/5 Total 44 Évaluations |
Développeur | Femi Oladeji |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/femioladeji/screentime |
Langues Prises en Charge | 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" } } |