reflect. - a mindful website blocker
a website blocker that asks users to reflect on their usage.
reflect. - a mindful website blockerとは何ですか?
reflect. - a mindful website blockerはhttps://getreflect.appによって開発されたChromeの拡張機能で、その主な機能は「a website blocker that asks users to reflect on their usage.」です。
拡張機能のスクリーンショット
reflect. - a mindful website blocker拡張機能のCRXファイルをダウンロード
reflect. - a mindful website blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
reflect is a digitally mindful chrome extension that encourages users to reflect on their relationship with technology rather than block users outright. When you attempt to visit distracting websites, reflect will ask you what your intention in doing so is. If you have a valid reason, you are given a set amount of time to get your work done on the website. If not, you are encouraged to be more specific in your answer or to reflect further. For example, if you're trying to access YouTube to watch an educational video, you can enter the website; however, if you just want to watch cat videos, reflect will prevent you from doing so. You can customize the list of blocked websites and the duration that the websites will be blocked. We don't show ads or collect/store data. We're also an open-source project! You can find our source code here: https://github.com/getreflect/reflect-chrome.
拡張機能の基本情報
名前 | reflect. - a mindful website blocker |
ID | bicebchdpeichdlmoaflplakefkjkade |
公式URL | https://chromewebstore.google.com/detail/reflect-a-mindful-website/bicebchdpeichdlmoaflplakefkjkade |
説明 | a website blocker that asks users to reflect on their usage. |
ファイルサイズ | 1.69 MB |
インストール数 | 951 |
現在のバージョン | 1.4.1 |
最終更新日 | 2022-03-14 |
公開日 | 2020-05-13 |
評価 | 4.79/5 合計 29 レビュー |
開発者 | https://getreflect.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://getreflect.app/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "reflect. - a mindful website blocker", "description": "a website blocker that asks users to reflect on their usage.", "version": "1.4.1", "options_page": "res\/pages\/options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "icons": { "16": "res\/icon.png", "48": "res\/icon.png", "128": "res\/icon.png" }, "browser_action": { "default_icon": "res\/icon.png", "default_popup": "res\/pages\/popup.html", "default_title": "open reflect. options" }, "permissions": [ "storage", " |