Fokus

Emphasized text-highlighting

Co je Fokus?

Fokus je rozšíření Chrome vyvinuté hakim.elhattab, a jeho hlavní funkcí je „Emphasized text-highlighting“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Fokus

Stáhněte si soubory rozšíření Fokus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Fokus Fokus
ID flkkpmjbbpijiedjdgnhkcgopgnflehe
Oficiální URL https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe
Popis Emphasized text-highlighting
Velikost souboru 10.25 KB
Počet instalací 1,157
Aktuální Verze 1.7
Poslední Aktualizace 2012-09-30
Datum Vydání 2012-09-30
Hodnocení 4.37/5 Celkem 27 Hodnocení
Vývojář hakim.elhattab
Typ Platby free
Webové stránky Rozšíření http://lab.hakim.se/fokus
Podporované Jazyky 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"
    ]
}