Restraint

Block distracting websites for five minutes or five hours or all day.

Restraint là gì?

Restraint là một tiện ích mở rộng Chrome được phát triển bởi divdahv, và tính năng chính của nó là "Block distracting websites for five minutes or five hours or all day.".

Ả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 Restraint

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

                        This extension adds a little red button to your browser that you should click when you notice yourself getting distracted by a website. Adjust the timer, click the Block button, and free yourself from the grips of your favorite distraction.                    

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

Tên Restraint Restraint
ID nghnabbcbelnoodmcbpaellgiillclbo
URL Chính Thức https://chrome.google.com/webstore/detail/restraint/nghnabbcbelnoodmcbpaellgiillclbo
Mô tả Block distracting websites for five minutes or five hours or all day.
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2014-04-28
Ngày Phát Hành 2014-04-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển divdahv
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restraint",
    "version": "1.6",
    "author": "David Struewing",
    "description": "Block distracting websites for five minutes or five hours or all day.",
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "chrome-extension:\/\/pmfjccjkgpgjfkednjngklmoeckidkka\/blocked.html"
        ]
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "19": "\/icons\/icon19.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "blocked.html"
    ]
}