Simple Focus Mode
A Chrome extension to improve productivity and reduce distractions.
Vad är Simple Focus Mode?
Simple Focus Mode är en Chrome-tillägg utvecklad av Jaroslav Pantsjoha, och dess huvudfunktion är "A Chrome extension to improve productivity and reduce distractions.".
Tilläggsskärmbilder
Ladda ner Simple Focus Mode-förlängningens CRX-fil
Ladda ner Simple Focus Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Simple Focus Mode |
ID | dphglijjcbinhoohieelpbafdgedbgjl |
Officiell webbadress | https://chromewebstore.google.com/detail/simple-focus-mode/dphglijjcbinhoohieelpbafdgedbgjl |
Beskrivning | A Chrome extension to improve productivity and reduce distractions. |
Filstorlek | 179 KB |
Antal Installationer | 37 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2024-01-04 |
Publiceringsdatum | 2023-04-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Jaroslav Pantsjoha |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://jaroslav-pantsjoha.medium.com/simple-focus-mode-boost-your-productivity-with-my-chrome-extension-3f5cf0f7b843 |
Stödda Språk | 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": [ " |