Select To Highlight

Allow you to highlight the words in the web pages that are the same as your selection.

Apa itu Select To Highlight?

Select To Highlight adalah ekstensi Chrome yang dikembangkan oleh qsqiu, dan fitur utamanya adalah "Allow you to highlight the words in the web pages that are the same as your selection.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Select To Highlight

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

                        Allow you to highlight the words in the web pages that are the same as your selection.                    

Informasi Dasar Ekstensi

Nama Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
URL Resmi https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Deskripsi Allow you to highlight the words in the web pages that are the same as your selection.
Ukuran File 37.04 KB
Jumlah Instalasi 244
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2017-02-13
Tanggal Publikasi 2017-02-13
Penilaian 5.00/5 Total 7 Penilaian
Pengembang qsqiu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/QS20199/SelectToHighlight
Bahasa yang Didukung zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select To Highlight",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Allow you to highlight the words in the web pages that are the same as your selection.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Select To Highlight",
        "default_icon": "icon_128.png"
    }
}