Screentime

To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames

什麼是Screentime?

Screentime是由Femi Oladeji開發的Chrome擴展程式,該擴展的主要功能是“To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames”。

擴展截圖

screenshot
screenshot
screenshot

下載Screentime擴展crx文件

下載Screentime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The extension allows you to control how much time you spend on popular social media sites and entertainment sites. You can specify how many minutes in a day you want to use on each site and once you've gotten to the limit, you won't be able to access the site. Time frames can be specified for when you want the sites to be inaccessible for each day of the week. You can also add or remove sites.                    

擴展基本資訊

名稱 Screentime Screentime
ID ofmanejijbcohgebmdfacglmhemiifca
官方網址 https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca
簡介 To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames
檔案大小 1.62 MB
安裝次數 20,000
目前版本 5.0.8
更新時間 2023-12-11
上架時間 2020-06-21
評分 4.07/5 共 44 次評分
開發者 Femi Oladeji
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/femioladeji/screentime
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screentime",
    "description": "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames",
    "short_name": "screentime",
    "version": "5.0.8",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background\/main.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "alarms"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/icon_128.png"
    }
}