reflect. - a mindful website blocker
a website blocker that asks users to reflect on their usage.
Qu'est-ce que reflect. - a mindful website blocker ?
reflect. - a mindful website blocker est une extension Chrome développée par https://getreflect.app, et sa fonction principale est "a website blocker that asks users to reflect on their usage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension reflect. - a mindful website blocker
Téléchargez les fichiers d'extension reflect. - a mindful website blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | reflect. - a mindful website blocker |
ID | bicebchdpeichdlmoaflplakefkjkade |
URL Officiel | https://chromewebstore.google.com/detail/reflect-a-mindful-website/bicebchdpeichdlmoaflplakefkjkade |
Description | a website blocker that asks users to reflect on their usage. |
Taille du Fichier | 1.69 MB |
Nombre d'Installations | 951 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2022-03-14 |
Date de Publication | 2020-05-13 |
Évaluation | 4.79/5 Total 29 Évaluations |
Développeur | https://getreflect.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://getreflect.app/ |
Langues Prises en Charge | 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", " |