The Distraction Shield

Divert attention from social media websites towards learning a new language

The Distraction Shield क्या है?

The Distraction Shield Jeroen Overschie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Divert attention from social media websites towards learning a new language"।

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

screenshot
screenshot

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

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

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

                        The Distraction Shield is a browser extension designed to take advantage of our human nature. It is a very common scenario to find ourselves browsing sites such as Facebook or Reddit while we are supposed to be working. The Distraction Shield can help you to do something useful and enriching; a distraction 'Aikido'.

The main functionality of The Distraction Shield extension is to detect when the user enters a website that they consider a distraction. It then presents a language exercise instead. Once the user has completed the exercise, they will be free to continue onto the original site. The user can choose for which sites the redirection should happen, by adding domain names to a blacklist.

The Distraction Shield is open source: https://github.com/zeeguu-ecosystem/Distraction-Shield                    

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

नाम The Distraction Shield The Distraction Shield
ID amfblmhlmfdgfmhbabmogollefabdgjd
आधिकारिक URL https://chromewebstore.google.com/detail/the-distraction-shield/amfblmhlmfdgfmhbabmogollefabdgjd
विवरण Divert attention from social media websites towards learning a new language
फ़ाइल का आकार 1.91 MB
स्थापना संख्या 18
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2019-07-25
प्रकाशन तिथि 2019-07-21
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Jeroen Overschie
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/zeeguu-ecosystem/Distraction-Shield
सहायता पृष्ठ URL https://github.com/zeeguu-ecosystem/Distraction-Shield/wiki
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Distraction Shield",
    "name": "The Distraction Shield",
    "description": "Divert attention from social media websites towards learning a new language",
    "version": "3.0.0",
    "icons": {
        "128": "\/images\/aikido.png"
    },
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "\/images\/aikido.png",
        "default_title": "Distraction Shield",
        "default_popup": "\/index.html"
    },
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "idle",
        "alarms",
        "history",
        ""
    ],
    "web_accessible_resources": [
        "\/images\/aikido.png"
    ],
    "options_page": "\/index.html?page=options"
}