Fokus

Emphasized text-highlighting

Wat is Fokus?

Fokus is een Chrome-extensie ontwikkeld door hakim.elhattab, en de belangrijkste functie is "Emphasized text-highlighting".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Fokus

Download Fokus-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

                        Fokus emphasizes anything you select by covering the rest of the page with a semi-transparent black overlay.

You can try it out here http://lab.hakim.se/fokus/ before installing.

The plugin comes with a few options that can be accessed from Chrome's extension listing page. This allows you to:
- Adjust overlay opacity
- Specify a modifier key shift/ctrl/alt/cmd which must be held down to active the overlay 
- Adjust the padding around selection                    

Basisinformatie over de Extensie

Naam Fokus Fokus
ID flkkpmjbbpijiedjdgnhkcgopgnflehe
Officiële URL https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe
Beschrijving Emphasized text-highlighting
Bestandsgrootte 10.25 KB
Aantal Installaties 1,157
Huidige Versie 1.7
Laatst Bijgewerkt 2012-09-30
Publicatiedatum 2012-09-30
Beoordeling 4.37/5 Totaal 27 Beoordelingen
Ontwikkelaar hakim.elhattab
Betalingswijze free
Extensiewebsite http://lab.hakim.se/fokus
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fokus",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Emphasized text-highlighting",
    "icons": {
        "16": "fokus16.png",
        "48": "fokus48.png",
        "128": "fokus128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "fokus.min.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}