Simple Context Search

Right click on the selected text and select the search website from the context menu.

Apa itu Simple Context Search?

Simple Context Search adalah ekstensi Chrome yang dikembangkan oleh Magic Dev, dan fitur utamanya adalah "Right click on the selected text and select the search website from the context menu.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple Context Search

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

                        💎 Simple Context Search - This is a good assistant in the search on various services such as:
◾ YouTube
◾ Spotify
◾ Reddit
◾ Amazon
◾ SoundCloud
◾ Steam Market
◾ Aliexpress
---------------------------------------------------------------
Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉                    

Informasi Dasar Ekstensi

Nama Simple Context Search Simple Context Search
ID jojcgnmagkjleomenibopkhfpkkbpjcg
URL Resmi https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg
Deskripsi Right click on the selected text and select the search website from the context menu.
Ukuran File 10.85 KB
Jumlah Instalasi 18
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-08-31
Tanggal Publikasi 2021-08-31
Pengembang Magic Dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Context Search",
    "description": "Right click on the selected text and select the search website from the context menu.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}