focus
Take back your time on the internet
Qu'est-ce que focus ?
focus est une extension Chrome développée par Jeremy Rees, et sa fonction principale est "Take back your time on the internet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension focus
Téléchargez les fichiers d'extension 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
The Internet, a dangerously double-edged sword: half is begging for you to do great things with it, while the other just wants to steal your attention. Spend more time with the first half. "focus" is the cleanest, most intuitive time-management extension on Chrome that doesn't try to be anything more than it should. Let it know with one keyboard shortcut that you need to get things done, and it will steer you away from a customizable set of websites that you know you can't be trusted with. Tailor which sites you'd like blocked, which it should warn you about, and which it should limit your time on, and then make the internet work for you, free of distractions. PRIVACY NOTICE: On installation, the extension is granted permission to "Read your browsing history." In practice, the extension is only aware of the page you're currently on. It can't look into the past, it has no memory, and it never trasmits data from your computer.
Informations de Base sur l'Extension
Nom | focus |
ID | ochbmfnjjmphmkoejphcdiondcipfkim |
URL Officiel | https://chromewebstore.google.com/detail/focus/ochbmfnjjmphmkoejphcdiondcipfkim |
Description | Take back your time on the internet |
Taille du Fichier | 49.73 KB |
Nombre d'Installations | 203 |
Version Actuelle | 1.0.27 |
Dernière Mise à Jour | 2019-05-25 |
Date de Publication | 2019-05-24 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Jeremy Rees |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "focus", "description": "Take back your time on the internet", "version": "1.0.27", "icons": { "16": "img\/focus16.png", "48": "img\/focus48.png", "128": "img\/focus128.png" }, "browser_action": { "default_icon": { "16": "img\/focus16.png", "48": "img\/focus48.png", "128": "img\/focus128.png" }, "default_popup": "html\/popup.html", "default_title": "focus." }, "options_page": "html\/settings.html", "permissions": [ "activeTab", "storage", "tabs" ], "background": { "scripts": [ "js\/eventPage.js" ] }, "commands": { "toggle-focus-mode": { "suggested_key": { "windows": "Ctrl+Shift+F", "mac": "Command+Shift+F", "chromeos": "Ctrl+Shift+F", "linux": "Ctrl+Shift+F" }, "description": "Toggle focus mode" } } } |