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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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", " |