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
电子邮箱 [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"
        }
    }
}