Screen Time

Captures screen time from active pages

Screen Timeとは何ですか?

Screen Timeはmacによって開発されたChromeの拡張機能で、その主な機能は「Captures screen time from active pages」です。

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

screenshot

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

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

拡張機能の使用方法

                        Screen Time for Google Chrome will capture time spent on sites and prepare reports same way as it done in Screen Time iOS feature. Data stored locally and does not sent anywhere. Only active tabs are counted so even if you open bazillion of pages only one at a time is active. Feel free to propose feature requests in github.                    

拡張機能の基本情報

名前 Screen Time Screen Time
ID plckpjcbdofdpbljigbjkohpfccafged
公式URL https://chromewebstore.google.com/detail/screen-time/plckpjcbdofdpbljigbjkohpfccafged
説明 Captures screen time from active pages
ファイルサイズ 129 KB
インストール数 233
現在のバージョン 1.0.0
最終更新日 2020-12-12
公開日 2020-12-08
評価 5.00/5 合計 1 レビュー
開発者 mac
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mac2000/screentime
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Time",
    "version": "1.0.0",
    "description": "Captures screen time from active pages",
    "short_name": "screentime",
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Does a thing when you do a thing",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}