Fokus

Emphasized text-highlighting

Co to jest Fokus?

Fokus to rozszerzenie Chrome opracowane przez hakim.elhattab, a jego główną funkcją jest „Emphasized text-highlighting”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Fokus

Pobierz pliki rozszerzeń Fokus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Fokus Fokus
ID flkkpmjbbpijiedjdgnhkcgopgnflehe
Oficjalny URL https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe
Opis Emphasized text-highlighting
Rozmiar pliku 10.25 KB
Liczba instalacji 1,157
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2012-09-30
Data Publikacji 2012-09-30
Ocena 4.37/5 Łącznie 27 Oceny
Deweloper hakim.elhattab
Typ Płatności free
Strona Rozszerzenia http://lab.hakim.se/fokus
Obsługiwane Języki 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"
    ]
}