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 là gì?

Screentime là một tiện ích mở rộng Chrome được phát triển bởi Femi Oladeji, và tính năng chính của nó là "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Screentime

Tải xuống các tệp mở rộng Screentime dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Screentime Screentime
ID ofmanejijbcohgebmdfacglmhemiifca
URL Chính Thức https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca
Mô tả To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames
Kích Thước Tệp 1.62 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 5.0.8
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2020-06-21
Đánh Giá 4.07/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Femi Oladeji
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/femioladeji/screentime
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}