Pomodoro Focus
Block multiple sites to focus better on your work
Hvad er Pomodoro Focus?
Pomodoro Focus er en Chrome-udvidelse udviklet af Apoorva Singh, og dens hovedfunktion er "Block multiple sites to focus better on your work".
Udvidelsesskærmbilleder
Download Pomodoro Focus-udvidelses-CRX-fil
Download Pomodoro Focus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
PomodoroFocus is a web extension that helps you focus on your work by temporarily blocking distracting websites. After the block timer of 25 minutes runs out, your websites are available for you to view again. This has been inspired by the Pomodoro Technique.
Grundlæggende oplysninger om udvidelsen
Navn | Pomodoro Focus |
ID | gommonmfpieokloaboibjlahdcffignp |
Officiel URL | https://chromewebstore.google.com/detail/pomodoro-focus/gommonmfpieokloaboibjlahdcffignp |
Beskrivelse | Block multiple sites to focus better on your work |
Filstørrelse | 6.12 KB |
Antal Installationer | 45 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-01-26 |
Udgivelsesdato | 2018-01-25 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Apoorva Singh |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/apoorvasingh17/Pomodoro-Focus |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Focus", "description": "Block multiple sites to focus better on your work", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "options.html" }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |