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
官方URL 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"
        ]
    }
}