The Distraction Shield

Divert attention from social media websites towards learning a new language

The Distraction Shield là gì?

The Distraction Shield là một tiện ích mở rộng Chrome được phát triển bởi Jeroen Overschie, và tính năng chính của nó là "Divert attention from social media websites towards learning a new language".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Distraction Shield

Tải xuống các tệp mở rộng The Distraction Shield dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Distraction Shield The Distraction Shield
ID amfblmhlmfdgfmhbabmogollefabdgjd
URL Chính Thức https://chromewebstore.google.com/detail/the-distraction-shield/amfblmhlmfdgfmhbabmogollefabdgjd
Mô tả Divert attention from social media websites towards learning a new language
Kích Thước Tệp 1.91 MB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2019-07-25
Ngày Phát Hành 2019-07-21
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jeroen Overschie
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zeeguu-ecosystem/Distraction-Shield
URL Trang Trợ Giúp https://github.com/zeeguu-ecosystem/Distraction-Shield/wiki
Ngôn Ngữ Được Hỗ Trợ 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"
}