The Distraction Shield

Divert attention from social media websites towards learning a new language

什么是The Distraction Shield?

The Distraction Shield是由Jeroen Overschie开发的Chrome扩展程序,该扩展的主要功能是“Divert attention from social media websites towards learning a new language”。

扩展截图

screenshot
screenshot

下载The Distraction Shield扩展crx文件

下载The Distraction Shield扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}