Focus
Helps you focus on your work.
Hvad er Focus?
Focus er en Chrome-udvidelse udviklet af Jonathan Lau, og dens hovedfunktion er "Helps you focus on your work.".
Udvidelsesskærmbilleder
Download Focus-udvidelses-CRX-fil
Download 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
Focus helps you concentrate on your work by helping you break the habit of sidetracking while working online. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pnegnppkaeiplckejhallfpiehlbbink |
| Officiel URL | https://chromewebstore.google.com/detail/focus/pnegnppkaeiplckejhallfpiehlbbink |
| Beskrivelse | Helps you focus on your work. |
| Filstørrelse | 464 KB |
| Antal Installationer | 162 |
| Nuværende Version | 0.0.4 |
| Senest Opdateret | 2021-03-25 |
| Udgivelsesdato | 2015-03-02 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | Jonathan Lau |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Focus",
"version": "0.0.4",
"manifest_version": 2,
"description": "Helps you focus on your work.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"page": "background\/index.html",
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon48.png",
"default_title": "Focus"
},
"options_page": "main\/settings.html",
"permissions": [
"tabs",
"alarms",
"storage",
"notifications"
]
} | |