ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

ProductivEasy Website Blocker là gì?

ProductivEasy Website Blocker là một tiện ích mở rộng Chrome được phát triển bởi Joey Cim, và tính năng chính của nó là "Block websites and boost your productivity the easy way".

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

screenshot
screenshot

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

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

                        ProductivEasy is a lightweight extension that allows you to block time-wasting sites and reclaim your productivity. With the ability to specify the times and days on which each block is active, you obtain full control over your browsing habits. Simply click on the "P" icon near the address bar to get started once you have installed the extension.                    

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

Tên ProductivEasy Website Blocker ProductivEasy Website Blocker
ID pinnoonagidjeonljokaamppjnppcfcl
URL Chính Thức https://chromewebstore.google.com/detail/productiveasy-website-blo/pinnoonagidjeonljokaamppjnppcfcl
Mô tả Block websites and boost your productivity the easy way
Kích Thước Tệp 53.54 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2015-09-25
Ngày Phát Hành 2015-09-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Joey Cim
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProductivEasy Website Blocker",
    "description": "Block websites and boost your productivity the easy way",
    "version": "0.2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html",
        "default_title": "Manage settings"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}