FocusBlocker

Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers

FocusBlocker क्या है?

FocusBlocker shing.lyu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers"।

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

screenshot

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

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

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

                        FocusBlocker is a light-weight add-on that blocks time-wasting websites to help you focus on real work. FocusBlocker can give you flexible control over when you want to block, which is superior than a schedule-based approach is you have a flexible working schedule.

Firefox version: https://addons.mozilla.org/en-US/firefox/addon/focusblocker-new/

How It Works
---------------------------------------
1. Set a timer, say 10 min.
2. Browse freely for 10 min.
3. When time is up, the blacklisted sites will be blocked for 50 min (configurable).                    

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

नाम FocusBlocker FocusBlocker
ID bejdhniafighghjelnmhhcgongokdhbi
आधिकारिक URL https://chromewebstore.google.com/detail/focusblocker/bejdhniafighghjelnmhhcgongokdhbi
विवरण Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers
फ़ाइल का आकार 9.89 KB
स्थापना संख्या 209
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2017-11-14
प्रकाशन तिथि 2017-11-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर shing.lyu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FocusBlocker",
    "version": "0.2.3",
    "icons": {
        "16": "\/data\/noicon-16.png",
        "128": "\/data\/noicon-128.png"
    },
    "description": "Block websites for a given time to help you focus on work\/study. Gives you more flexibility then traditional schedule based blockers",
    "permissions": [
        "",
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html"
    }
}