google-search-highlight

This is an extension that highlights Google's search word.

Apa itu google-search-highlight?

google-search-highlight adalah ekstensi Chrome yang dikembangkan oleh morix1500, dan fitur utamanya adalah "This is an extension that highlights Google's search word.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi google-search-highlight

Unduh file ekstensi google-search-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

                        This extension highlights words searched by Google on other pages.
It corresponds to the following functions.
・Change color of highlight
・Exact match search
・Disable highlight

The target Google domain is as follows.
・www.google.com
・www.google.co.jp                    

Informasi Dasar Ekstensi

Nama google-search-highlight google-search-highlight
ID flaaojfnmmijincblkoigagflgogiego
URL Resmi https://chrome.google.com/webstore/detail/google-search-highlight/flaaojfnmmijincblkoigagflgogiego
Deskripsi This is an extension that highlights Google's search word.
Ukuran File 42.2 KB
Jumlah Instalasi 257
Versi Saat Ini 0.3
Terakhir Diperbarui 2018-09-17
Tanggal Publikasi 2018-09-17
Penilaian 4.00/5 Total 3 Penilaian
Pengembang morix1500
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "google-search-highlight",
    "description": "This is an extension that highlights Google's search word.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.highlight-5.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}