10-Second Focus

Distraction deterrent!

10-Second Focus क्या है?

10-Second Focus rred द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Distraction deterrent!"।

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

screenshot
screenshot

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

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

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

                        A simple distraction deterrent via a site blocker that is reasonable enough to stick with long-term.

Functionality: Blocks distracting sites then only allows you to re-access them after 10 seconds of mindfulness. With this conscious barrier from mindless behavior, it makes it harder to get off-task but doesn't cut you off completely.

Features: Lightweight design, non-invasive permissions, customizable block list/deterrent timer/unblock period.                    

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

नाम 10-Second Focus 10-Second Focus
ID pknpbhgcekdpigobealnbgjbeaonegad
आधिकारिक URL https://chromewebstore.google.com/detail/10-second-focus/pknpbhgcekdpigobealnbgjbeaonegad
विवरण Distraction deterrent!
फ़ाइल का आकार 48.29 KB
स्थापना संख्या 712
वर्तमान संस्करण 0.13
अंतिम अपडेट 2019-02-18
प्रकाशन तिथि 2019-02-18
रेटिंग 5.00/5 कुल 16 रेटिंग्स
डेवलपर rred
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "10-Second Focus",
    "manifest_version": 2,
    "version": "0.13",
    "description": "Distraction deterrent!",
    "icons": {
        "16": "view\/img\/img38.png",
        "48": "view\/img\/img48.png",
        "128": "view\/img\/img128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "options_page": "view\/options.html",
    "web_accessible_resources": [
        "view\/js\/jquery.min.map",
        "view\/deterrent.html"
    ],
    "browser_action": {
        "default_icon": {
            "48": "view\/img\/img48.png",
            "38": "view\/img\/img38.png"
        },
        "default_title": "10-Second Focus",
        "default_popup": "view\/popup.html"
    }
}