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"
        ]
    }
}