Productivity Enforcer

A simple Chrome Extension that prevents the browser from launching websites, which you specify.

Productivity Enforcer là gì?

Productivity Enforcer là một tiện ích mở rộng Chrome được phát triển bởi chongdashu, và tính năng chính của nó là "A simple Chrome Extension that prevents the browser from launching websites, which you specify.".

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

screenshot

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

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

                        Use this Chrome Extension to specify a set of terms (e.g., a website URL, or part of a URL) that you would like to block from being opened in Chrome. Toggle the extension easily to help prevent procrastination on websites.                    

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

Tên Productivity Enforcer Productivity Enforcer
ID ckhdpoeddfocfjinehpedlbcihjjmopn
URL Chính Thức https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn
Mô tả A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Kích Thước Tệp 14.59 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2014-03-30
Ngày Phát Hành 2014-03-29
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển chongdashu
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": "Productivity Enforcer",
    "description": "A simple Chrome Extension that prevents the browser from launching websites, which you specify.",
    "version": "3.1",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}