The Distraction Shield

Divert attention from social media websites towards learning a new language

Co je The Distraction Shield?

The Distraction Shield je rozšíření Chrome vyvinuté Jeroen Overschie, a jeho hlavní funkcí je „Divert attention from social media websites towards learning a new language“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření The Distraction Shield

Stáhněte si soubory rozšíření The Distraction Shield ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název The Distraction Shield The Distraction Shield
ID amfblmhlmfdgfmhbabmogollefabdgjd
Oficiální URL https://chromewebstore.google.com/detail/the-distraction-shield/amfblmhlmfdgfmhbabmogollefabdgjd
Popis Divert attention from social media websites towards learning a new language
Velikost souboru 1.91 MB
Počet instalací 18
Aktuální Verze 3.0.0
Poslední Aktualizace 2019-07-25
Datum Vydání 2019-07-21
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář Jeroen Overschie
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/zeeguu-ecosystem/Distraction-Shield
URL Stránky Nápovědy https://github.com/zeeguu-ecosystem/Distraction-Shield/wiki
Podporované Jazyky 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"
}