Limits

Specify daily limits for sites you waste too much time on

Limits là gì?

Limits là một tiện ích mở rộng Chrome được phát triển bởi 2matto, và tính năng chính của nó là "Specify daily limits for sites you waste too much time on".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Limits 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

                        Set daily limits for websites. Prevent binge watching YouTube or Netflix, or put an end to endlessly scrolling on Facebook and Twitter.

Once you hit your daily limit the site will be blocked until the next day. Only active tabs count towards your time.

Use regular expressions to define more complex limits.                    

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

Tên Limits Limits
ID pilkecnaknpbllkhjcdfghagdfbdgeon
URL Chính Thức https://chromewebstore.google.com/detail/limits/pilkecnaknpbllkhjcdfghagdfbdgeon
Mô tả Specify daily limits for sites you waste too much time on
Kích Thước Tệp 25.83 KB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2019-04-05
Ngày Phát Hành 2019-04-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 2matto
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Limits",
    "short_name": "Limits",
    "version": "0.0.0.4",
    "description": "Specify daily limits for sites you waste too much time on",
    "icons": {
        "128": "Limits-128.png",
        "512": "Limits-512.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "Limits-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}