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
Wat is Screentime?
Screentime is een Chrome-extensie ontwikkeld door Femi Oladeji, en de belangrijkste functie is "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames".
Extensie Screenshots
Download het CRX-bestand van de extensie Screentime
Download Screentime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Screentime |
ID | ofmanejijbcohgebmdfacglmhemiifca |
Officiële URL | https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca |
Beschrijving | To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames |
Bestandsgrootte | 1.62 MB |
Aantal Installaties | 20,000 |
Huidige Versie | 5.0.8 |
Laatst Bijgewerkt | 2023-12-11 |
Publicatiedatum | 2020-06-21 |
Beoordeling | 4.07/5 Totaal 44 Beoordelingen |
Ontwikkelaar | Femi Oladeji |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/femioladeji/screentime |
Ondersteunde Talen | 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" } } |