ScreenTime

ScreenTime app inspired by the iOS screentime feature

ScreenTimeとは何ですか?

ScreenTimeはAvikam Manglaによって開発されたChromeの拡張機能で、その主な機能は「ScreenTime app inspired by the iOS screentime feature」です。

拡張機能のスクリーンショット

screenshot
screenshot

ScreenTime拡張機能のCRXファイルをダウンロード

ScreenTime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ScreenTime ScreenTime
ID gachmghamoanlighmiebamagipmhdphl
公式URL https://chromewebstore.google.com/detail/screentime/gachmghamoanlighmiebamagipmhdphl
説明 ScreenTime app inspired by the iOS screentime feature
ファイルサイズ 628 KB
インストール数 1,263
現在のバージョン 1.0.8
最終更新日 2023-07-12
公開日 2023-06-05
評価 4.60/5 合計 5 レビュー
開発者 Avikam Mangla
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}