ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

什麼是ProductivEasy Website Blocker?

ProductivEasy Website Blocker是由Joey Cim開發的Chrome擴展程式,該擴展的主要功能是“Block websites and boost your productivity the easy way”。

擴展截圖

screenshot
screenshot

下載ProductivEasy Website Blocker擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 ProductivEasy Website Blocker ProductivEasy Website Blocker
ID pinnoonagidjeonljokaamppjnppcfcl
官方網址 https://chromewebstore.google.com/detail/productiveasy-website-blo/pinnoonagidjeonljokaamppjnppcfcl
簡介 Block websites and boost your productivity the easy way
檔案大小 53.54 KB
安裝次數 87
目前版本 0.2
更新時間 2015-09-25
上架時間 2015-09-24
評分 5.00/5 共 1 次評分
開發者 Joey Cim
付費類型 free
支援的語言 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"
        ]
    }
}