Procrastinator

Helps you stay focused on the web by blocking unnecessary destractions

Procrastinator क्या है?

Procrastinator https://www.benrowe.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you stay focused on the web by blocking unnecessary destractions"।

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

screenshot
screenshot
screenshot

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

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

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

                        ** new - you can now customise the block page with your own url; either local file, or http url!

Find yourself getting easily distracted while completing tasks on the web? Procrastinator allows you to block websites you consider distracting to ensure you stay focused on your task.

Procrastinator is designed to quickly add the websites you deem a distraction, and it does the rest. You also control when the websites are blocked with a simple timespan.

This chrome extension will allow you to stay focused, and block yourself from distractions whilst you work.

Procrastinator gives you the control of which specific websites, or a sub-set of websites using it's simple pattern matching techniques. Or if you're a power user, you can use regular expressions to fine tune which url's are blocked.

Once you have defined your list of sites you want to block, you can also individually control the blocker for each website, or use a general time span to control all of the blocked websites.                    

एक्सटेंशन की मूल जानकारी

नाम Procrastinator Procrastinator
ID enagjojfhclogmaemicdkkohjghgpodh
आधिकारिक URL https://chromewebstore.google.com/detail/procrastinator/enagjojfhclogmaemicdkkohjghgpodh
विवरण Helps you stay focused on the web by blocking unnecessary destractions
फ़ाइल का आकार 107 KB
स्थापना संख्या 3,206
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2018-01-11
प्रकाशन तिथि 2018-01-11
रेटिंग 3.22/5 कुल 45 रेटिंग्स
डेवलपर https://www.benrowe.info
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://benrowe.info/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Procrastinator",
    "version": "1.1.0",
    "description": "Helps you stay focused on the web by blocking unnecessary destractions",
    "icons": {
        "16": "images\/remove_16.png",
        "32": "images\/remove_32.png",
        "48": "images\/remove_48.png"
    },
    "author": "Ben Rowe",
    "browser_action": {
        "default_icon": "images\/remove_16.png",
        "default_title": "Procrastinator",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "storage"
    ]
}