focus

Take back your time on the internet

focus क्या है?

focus Jeremy Rees द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take back your time on the internet"।

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

screenshot
screenshot

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

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

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

                        The Internet, a dangerously double-edged sword: half is begging for you to do great things with it, while the other just wants to steal your attention. Spend more time with the first half.

"focus" is the cleanest, most intuitive time-management extension on Chrome that doesn't try to be anything more than it should. Let it know with one keyboard shortcut that you need to get things done, and it will steer you away from a customizable set of websites that you know you can't be trusted with. Tailor which sites you'd like blocked, which it should warn you about, and which it should limit your time on, and then make the internet work for you, free of distractions.


PRIVACY NOTICE:
On installation, the extension is granted permission to "Read your browsing history." In practice, the extension is only aware of the page you're currently on. It can't look into the past, it has no memory, and it never trasmits data from your computer.                    

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

नाम focus focus
ID ochbmfnjjmphmkoejphcdiondcipfkim
आधिकारिक URL https://chromewebstore.google.com/detail/focus/ochbmfnjjmphmkoejphcdiondcipfkim
विवरण Take back your time on the internet
फ़ाइल का आकार 49.73 KB
स्थापना संख्या 203
वर्तमान संस्करण 1.0.27
अंतिम अपडेट 2019-05-25
प्रकाशन तिथि 2019-05-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Jeremy Rees
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "focus",
    "description": "Take back your time on the internet",
    "version": "1.0.27",
    "icons": {
        "16": "img\/focus16.png",
        "48": "img\/focus48.png",
        "128": "img\/focus128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/focus16.png",
            "48": "img\/focus48.png",
            "128": "img\/focus128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "focus."
    },
    "options_page": "html\/settings.html",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ]
    },
    "commands": {
        "toggle-focus-mode": {
            "suggested_key": {
                "windows": "Ctrl+Shift+F",
                "mac": "Command+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            },
            "description": "Toggle focus mode"
        }
    }
}