Fokus

Emphasized text-highlighting

Vad är Fokus?

Fokus är en Chrome-tillägg utvecklad av hakim.elhattab, och dess huvudfunktion är "Emphasized text-highlighting".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Fokus-förlängningens CRX-fil

Ladda ner Fokus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Fokus Fokus
ID flkkpmjbbpijiedjdgnhkcgopgnflehe
Officiell webbadress https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe
Beskrivning Emphasized text-highlighting
Filstorlek 10.25 KB
Antal Installationer 1,157
Aktuell Version 1.7
Senast Uppdaterad 2012-09-30
Publiceringsdatum 2012-09-30
Betyg 4.37/5 Totalt 27 Betyg
Utvecklare hakim.elhattab
Betalningssätt free
Tilläggswebbplats http://lab.hakim.se/fokus
Stödda Språk 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"
    ]
}