ScreenTime

ScreenTime app inspired by the iOS screentime feature

Was ist ScreenTime?

ScreenTime ist eine Chrome-Erweiterung, die von Avikam Mangla entwickelt wurde, und ihr Hauptmerkmal ist "ScreenTime app inspired by the iOS screentime feature".

Erweiterungsscreenshots

screenshot
screenshot

ScreenTime-Erweiterungs-CRX-Datei herunterladen

Laden Sie ScreenTime-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ScreenTime ScreenTime
ID gachmghamoanlighmiebamagipmhdphl
Offizielle URL https://chromewebstore.google.com/detail/screentime/gachmghamoanlighmiebamagipmhdphl
Beschreibung ScreenTime app inspired by the iOS screentime feature
Dateigröße 628 KB
Installationsanzahl 1,263
Aktuelle Version 1.0.8
Letztes Update 2023-07-12
Veröffentlichungsdatum 2023-06-05
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Avikam Mangla
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}