Highlight Keywords

Highlight keywords on webpage that you visited after searching for a keyword on a search engine.

Apa itu Highlight Keywords?

Highlight Keywords adalah ekstensi Chrome yang dikembangkan oleh http://sites.google.com/site/extensionshub, dan fitur utamanya adalah "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Highlight Keywords

Unduh file ekstensi Highlight Keywords 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

                        Supported search engines are
✓ Google
✓ Yahoo
✓ Bing
✓ Yandex
✓ Baidu

How to On/Off the highlighter?
Click extension icon to on/off the highlighter.

How it works?

You search for a keyword on a search engine.
Then visit a webpage from returned results.
Keywords will be highlighted on that page.
To on/off the highlighter, just click extension icon.

What you will get with Highlight Keywords?
✓ A great highlighting extension.
✓ New tab page which includes links to popular sites.                    

Informasi Dasar Ekstensi

Nama Highlight Keywords Highlight Keywords
ID ifboknkcilomhlninjdnphlphadpcjli
URL Resmi https://chrome.google.com/webstore/detail/highlight-keywords/ifboknkcilomhlninjdnphlphadpcjli
Deskripsi Highlight keywords on webpage that you visited after searching for a keyword on a search engine.
Ukuran File 30.43 KB
Jumlah Instalasi 355
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-12-20
Tanggal Publikasi 2017-12-20
Penilaian 3.43/5 Total 7 Penilaian
Pengembang http://sites.google.com/site/extensionshub
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://freepicturesolutions.com/privacy_policy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight Keywords",
    "default_locale": "en",
    "description": "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "style.css"
    ]
}