Productivity Enforcer

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

什麼是Productivity Enforcer?

Productivity Enforcer是由chongdashu開發的Chrome擴展程式,該擴展的主要功能是“A simple Chrome Extension that prevents the browser from launching websites, which you specify.”。

擴展截圖

screenshot

下載Productivity Enforcer擴展crx文件

下載Productivity Enforcer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Productivity Enforcer Productivity Enforcer
ID ckhdpoeddfocfjinehpedlbcihjjmopn
官方網址 https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn
簡介 A simple Chrome Extension that prevents the browser from launching websites, which you specify.
檔案大小 14.59 KB
安裝次數 37
目前版本 3.1
更新時間 2014-03-30
上架時間 2014-03-29
評分 4.75/5 共 4 次評分
開發者 chongdashu
付費類型 free
支援的語言 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"
        ]
    }
}