Focus

Helps you focus on your work.

Wat is Focus?

Focus is een Chrome-extensie ontwikkeld door Jonathan Lau, en de belangrijkste functie is "Helps you focus on your work.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Focus

Download Focus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Focus helps you concentrate on your work by helping you break the habit of sidetracking while working online.                    

Basisinformatie over de Extensie

Naam Focus Focus
ID pnegnppkaeiplckejhallfpiehlbbink
Officiële URL https://chromewebstore.google.com/detail/focus/pnegnppkaeiplckejhallfpiehlbbink
Beschrijving Helps you focus on your work.
Bestandsgrootte 464 KB
Aantal Installaties 162
Huidige Versie 0.0.4
Laatst Bijgewerkt 2021-03-25
Publicatiedatum 2015-03-02
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Jonathan Lau
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}