Highlight to Search

Press Alt+Shift+Y to search for the selected text on Yahoo.

Apa itu Highlight to Search?

Highlight to Search adalah ekstensi Chrome yang dikembangkan oleh lironkartz, dan fitur utamanya adalah "Press Alt+Shift+Y to search for the selected text on Yahoo.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Highlight to Search

Unduh file ekstensi Highlight to Search 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 nifty extensions helps you quickly search on the Yahoo search engine the current highlighted text. 

All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.                    

Informasi Dasar Ekstensi

Nama Highlight to Search Highlight to Search
ID lncokdgmmjicggolpdppfgbjeaikekhn
URL Resmi https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn
Deskripsi Press Alt+Shift+Y to search for the selected text on Yahoo.
Ukuran File 8.71 KB
Jumlah Instalasi 4,520
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-01-02
Tanggal Publikasi 2014-01-02
Penilaian 3.00/5 Total 2 Penilaian
Pengembang lironkartz
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight to Search",
    "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "yahoo-search": {
            "suggested_key": {
                "default": "Alt+Shift+Y"
            },
            "description": "Yahoo search selected text"
        }
    }
}