ClickSearch

Search Wikipedia and Google via hotkeys and double-clicking

Apa itu ClickSearch?

ClickSearch adalah ekstensi Chrome yang dikembangkan oleh https://www.keithtlee.com, dan fitur utamanya adalah "Search Wikipedia and Google via hotkeys and double-clicking".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ClickSearch

Unduh file ekstensi ClickSearch 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

                        Revolutionary feature that allows users to Wiki or Google search via hotkeys.

Example:
Hold ctrl/cmd and double click a word to wiki/google search the word.
Highlight a phrase and press CMD/Ctrl and Shift simultaneously to wiki/google search that phrase!

Search service is customizable in ClickSearch's options page.                    

Informasi Dasar Ekstensi

Nama ClickSearch ClickSearch
ID gemdilinbpmggnandklhjnhcdbcjijph
URL Resmi https://chromewebstore.google.com/detail/clicksearch/gemdilinbpmggnandklhjnhcdbcjijph
Deskripsi Search Wikipedia and Google via hotkeys and double-clicking
Ukuran File 94.8 KB
Jumlah Instalasi 15
Versi Saat Ini 1.2.4
Terakhir Diperbarui 2013-08-27
Tanggal Publikasi 2013-08-26
Pengembang https://www.keithtlee.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClickSearch",
    "description": "Search Wikipedia and Google via hotkeys and double-clicking",
    "version": "1.2.4",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "wiki.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "ClickSearch16.png",
        "48": "ClickSearch48.png",
        "128": "ClickSearch128.png"
    }
}