Simple Focus Mode
A Chrome extension to improve productivity and reduce distractions.
Qu'est-ce que Simple Focus Mode ?
Simple Focus Mode est une extension Chrome développée par Jaroslav Pantsjoha, et sa fonction principale est "A Chrome extension to improve productivity and reduce distractions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Focus Mode
Téléchargez les fichiers d'extension Simple Focus Mode 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
This is a Simple Focus Timer Extension for Google Chrome. It helps users improve productivity by breaking their workshops, meetings and any other work into focused intervals. The extension allows users to start a timed session, from 1 minute to 120 minutes, with an audible alert on timer completing.
Informations de Base sur l'Extension
Nom | Simple Focus Mode |
ID | dphglijjcbinhoohieelpbafdgedbgjl |
URL Officiel | https://chromewebstore.google.com/detail/simple-focus-mode/dphglijjcbinhoohieelpbafdgedbgjl |
Description | A Chrome extension to improve productivity and reduce distractions. |
Taille du Fichier | 179 KB |
Nombre d'Installations | 37 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2024-01-04 |
Date de Publication | 2023-04-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Jaroslav Pantsjoha |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://jaroslav-pantsjoha.medium.com/simple-focus-mode-boost-your-productivity-with-my-chrome-extension-3f5cf0f7b843 |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Focus Mode", "version": "0.2", "description": "A Chrome extension to improve productivity and reduce distractions.", "permissions": [ "storage", "declarativeNetRequest", "notifications", "declarativeNetRequestFeedback" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options.html", "background": { "service_worker": ".\/js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ ".\/js\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "clock_alarm.mp3" ], "matches": [ " |