Focusly

Allows users to block distracting sites for a set period of time.

Focusly क्या है?

Focusly trevorscandalios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to block distracting sites for a set period of time."।

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

screenshot
screenshot
screenshot

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

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

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

                        Focusly allows you to limit distractions when you want to focus. 

Using the extension is simple and intuitive:
- Add or removed sites from your list.
- Set a timer, and restrict your access to those sites for that amount of time.
- If you must end the timer early, enter a series of characters to regain access to the blocked sites.                    

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

नाम Focusly Focusly
ID jlihnplddpebplnfafhdanaiapbeikbk
आधिकारिक URL https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk
विवरण Allows users to block distracting sites for a set period of time.
फ़ाइल का आकार 2.41 MB
स्थापना संख्या 21
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-12-19
प्रकाशन तिथि 2016-12-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर trevorscandalios
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focusly",
    "description": "Allows users to block distracting sites for a set period of time.",
    "version": "1.1",
    "icons": {
        "16": "assets\/circle-16.png",
        "32": "assets\/circle-32.png",
        "64": "assets\/circle-64.png",
        "128": "assets\/circle-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Focusly"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}