Fokus

Emphasized text-highlighting

Cos'è Fokus?

Fokus è un'estensione di Chrome sviluppata da hakim.elhattab, e la sua funzione principale è "Emphasized text-highlighting".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fokus

Scarica i file di estensione Fokus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Fokus Fokus
ID flkkpmjbbpijiedjdgnhkcgopgnflehe
URL Ufficiale https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe
Descrizione Emphasized text-highlighting
Dimensione del File 10.25 KB
Conteggio Installazioni 1,157
Versione Corrente 1.7
Ultimo Aggiornamento 2012-09-30
Data di Pubblicazione 2012-09-30
Valutazione 4.37/5 Totale 27 Valutazioni
Sviluppatore hakim.elhattab
Tipo di Pagamento free
Sito Web dell'Estensione http://lab.hakim.se/fokus
Lingue Supportate 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"
    ]
}