Fokus

Emphasized text-highlighting

Apa itu Fokus?

Fokus adalah ekstensi Chrome yang dikembangkan oleh hakim.elhattab, dan fitur utamanya adalah "Emphasized text-highlighting".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fokus

Unduh file ekstensi Fokus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Fokus Fokus
ID flkkpmjbbpijiedjdgnhkcgopgnflehe
URL Resmi https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe
Deskripsi Emphasized text-highlighting
Ukuran File 10.25 KB
Jumlah Instalasi 1,157
Versi Saat Ini 1.7
Terakhir Diperbarui 2012-09-30
Tanggal Publikasi 2012-09-30
Penilaian 4.37/5 Total 27 Penilaian
Pengembang hakim.elhattab
Tipe Pembayaran free
Situs Ekstensi http://lab.hakim.se/fokus
Bahasa yang Didukung 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"
    ]
}