ScreenTime

ScreenTime app inspired by the iOS screentime feature

O que é ScreenTime?

ScreenTime é uma extensão do Chrome desenvolvida por Avikam Mangla, e sua principal característica é "ScreenTime app inspired by the iOS screentime feature".

Capturas de Tela da Extensão

screenshot
screenshot

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

                        ScreenTime is a powerful Chrome extension designed to help you stay focused and productive by tracking your web usage and providing insights into your online habits. Inspired by the popular iOS Screen Time feature, this intuitive and user-friendly extension keeps you accountable for your time spent on websites, allowing you to take control of your digital life.

Key Features:
- Daily Usage History: Tracks your web usage on a daily basis.
- Weekly Graph: Visualizes your web usage trends over a week.
- Website Blocker: Allows you to block specific websites to eliminate distractions.                    

Informações Básicas da Extensão

Nome ScreenTime ScreenTime
ID gachmghamoanlighmiebamagipmhdphl
URL Oficial https://chromewebstore.google.com/detail/screentime/gachmghamoanlighmiebamagipmhdphl
Descrição ScreenTime app inspired by the iOS screentime feature
Tamanho do Arquivo 628 KB
Contagem de Instalações 1,263
Versão Atual 1.0.8
Última Atualização 2023-07-12
Data de Publicação 2023-06-05
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Avikam Mangla
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenTime",
    "description": "ScreenTime app inspired by the iOS screentime feature",
    "version": "1.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "ScreenTime",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "background",
        "unlimitedStorage",
        "idle"
    ]
}