10-Second Focus
Distraction deterrent!
Qu'est-ce que 10-Second Focus ?
10-Second Focus est une extension Chrome développée par rred, et sa fonction principale est "Distraction deterrent!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 10-Second Focus
Téléchargez les fichiers d'extension 10-Second Focus 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
A simple distraction deterrent via a site blocker that is reasonable enough to stick with long-term. Functionality: Blocks distracting sites then only allows you to re-access them after 10 seconds of mindfulness. With this conscious barrier from mindless behavior, it makes it harder to get off-task but doesn't cut you off completely. Features: Lightweight design, non-invasive permissions, customizable block list/deterrent timer/unblock period.
Informations de Base sur l'Extension
Nom | 10-Second Focus |
ID | pknpbhgcekdpigobealnbgjbeaonegad |
URL Officiel | https://chromewebstore.google.com/detail/10-second-focus/pknpbhgcekdpigobealnbgjbeaonegad |
Description | Distraction deterrent! |
Taille du Fichier | 48.29 KB |
Nombre d'Installations | 712 |
Version Actuelle | 0.13 |
Dernière Mise à Jour | 2019-02-18 |
Date de Publication | 2019-02-18 |
Évaluation | 5.00/5 Total 16 Évaluations |
Développeur | rred |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "10-Second Focus", "manifest_version": 2, "version": "0.13", "description": "Distraction deterrent!", "icons": { "16": "view\/img\/img38.png", "48": "view\/img\/img48.png", "128": "view\/img\/img128.png" }, "permissions": [ "activeTab", "storage", "tabs" ], "background": { "page": "bg.html", "persistent": false }, "options_page": "view\/options.html", "web_accessible_resources": [ "view\/js\/jquery.min.map", "view\/deterrent.html" ], "browser_action": { "default_icon": { "48": "view\/img\/img48.png", "38": "view\/img\/img38.png" }, "default_title": "10-Second Focus", "default_popup": "view\/popup.html" } } |