Productivity Enforcer

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

Productivity Enforcer क्या है?

Productivity Enforcer chongdashu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Chrome Extension that prevents the browser from launching websites, which you specify."।

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

screenshot

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

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

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

                        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
आधिकारिक URL 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"
        ]
    }
}