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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}