Infocus

Stay focused on the internet with this simple Chrome extension!

Infocus क्या है?

Infocus Anton Cao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay focused on the internet with this simple Chrome extension!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Infocus is a Chrome extension that keeps you focused while you're on the internet. You can input sites that you find distracting (eg. YouTube, Facebook) and Infocus will automatically stop you from visiting these websites by either going back to the previous page, or closing the tab entirely if it is a newly opened tab.

If you absolutely have to disable Infocus for something, you'll get to practice some mental math in the process!

Infocus is also open source: https://github.com/Anton-Cao/Infocus. If you have feature requests, feel free to open an issue in the GitHub repository!                    

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

नाम Infocus Infocus
ID ojgabebkfpaedailhgeapeedhobgfppf
आधिकारिक URL https://chromewebstore.google.com/detail/infocus/ojgabebkfpaedailhgeapeedhobgfppf
विवरण Stay focused on the internet with this simple Chrome extension!
फ़ाइल का आकार 154 KB
स्थापना संख्या 64
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2018-07-12
प्रकाशन तिथि 2018-07-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Anton Cao
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Anton-Cao/Infocus
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Infocus",
    "version": "1.4.2",
    "description": "Stay focused on the internet with this simple Chrome extension!",
    "author": "Anton Cao",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/infocus16.png",
            "32": "images\/infocus32.png",
            "48": "images\/infocus48.png",
            "128": "images\/infocus128.png"
        }
    },
    "icons": {
        "16": "images\/infocus16.png",
        "32": "images\/infocus32.png",
        "48": "images\/infocus48.png",
        "128": "images\/infocus128.png"
    },
    "commands": {
        "enable": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+I"
            },
            "description": "Turn Infocus on"
        }
    },
    "manifest_version": 2
}