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
O que é Screentime?
Screentime é uma extensão do Chrome desenvolvida por Femi Oladeji, e sua principal característica é "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Screentime
Baixe arquivos de extensão Screentime no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Screentime |
ID | ofmanejijbcohgebmdfacglmhemiifca |
URL Oficial | https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca |
Descrição | To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames |
Tamanho do Arquivo | 1.62 MB |
Contagem de Instalações | 20,000 |
Versão Atual | 5.0.8 |
Última Atualização | 2023-12-11 |
Data de Publicação | 2020-06-21 |
Classificação | 4.07/5 Total de 44 Avaliações |
Desenvolvedor | Femi Oladeji |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/femioladeji/screentime |
Idiomas Suportados | 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" } } |