ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

ProductivEasy Website Blocker क्या है?

ProductivEasy Website Blocker Joey Cim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block websites and boost your productivity the easy way"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ProductivEasy Website Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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