Context Menu Search

Search for selected text using the context menu

Apa itu Context Menu Search?

Context Menu Search adalah ekstensi Chrome yang dikembangkan oleh Roman Grinyov, dan fitur utamanya adalah "Search for selected text using the context menu".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Context Menu Search

Unduh file ekstensi Context Menu 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

                        Use the right-click menu to search for selected text in different search engines

NOTE:
- "downloads" permissions are required for export / import search engines
- to prevent the loss of added search engines, export them
- if you have any questions, please contact me by email

Source code: https://github.com/w3lifer/crx-context-menu-search                    

Informasi Dasar Ekstensi

Nama Context Menu Search Context Menu Search
ID idpcgabojogahgmhdgnjkmdliaeeofka
URL Resmi https://chromewebstore.google.com/detail/context-menu-search/idpcgabojogahgmhdgnjkmdliaeeofka
Deskripsi Search for selected text using the context menu
Ukuran File 166 KB
Jumlah Instalasi 3,025
Versi Saat Ini 1.6.11
Terakhir Diperbarui 2023-11-20
Tanggal Publikasi 2018-08-29
Penilaian 4.25/5 Total 12 Penilaian
Pengembang Roman Grinyov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Context Menu Search",
    "description": "Search for selected text using the context menu",
    "version": "1.6.11",
    "icons": {
        "16": "img\/icons\/search-zoom\/16x16.png",
        "48": "img\/icons\/search-zoom\/48x48.png",
        "128": "img\/icons\/search-zoom\/128x128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/event-page.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
}