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
官方網址 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"
}