Hightlight to Search Faster

Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…

Apa itu Hightlight to Search Faster?

Hightlight to Search Faster adalah ekstensi Chrome yang dikembangkan oleh MI, dan fitur utamanya adalah "Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hightlight to Search Faster

Unduh file ekstensi Hightlight to Search Faster 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

                        Quicker and simpler than the Google's official extension!
Select a word then click a button to open a results page on Google.
Any word you highlight with your mouse cursor on any webpage will bring up a search magnifying glass icon below it. Clicking on that will open the results page on Google in a new Chrome tab.                    

Informasi Dasar Ekstensi

Nama Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
URL Resmi https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
Deskripsi Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
Ukuran File 10.63 KB
Jumlah Instalasi 221
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2014-10-29
Tanggal Publikasi 2014-10-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang MI
Tipe Pembayaran free
Situs Ekstensi http://blendedway.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hightlight to Search Faster",
    "version": "0.0.2",
    "icons": {
        "38": "images\/icon38.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": "Faster Highlight to Search",
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}