Add google search option to duckduckgo

Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!

Apa itu Add google search option to duckduckgo?

Add google search option to duckduckgo adalah ekstensi Chrome yang dikembangkan oleh JFCCoding, dan fitur utamanya adalah "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Add google search option to duckduckgo

Unduh file ekstensi Add google search option to duckduckgo 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

                        Hate when your using different search engines and you want to check a different one like google for different results? Well I added a button under the search bar that will do just this! It will open a new window with search what you were looking for into google!

Search Engines currently supported:
DuckDuckGo
Microsoft Bing                    

Informasi Dasar Ekstensi

Nama Add google search option to duckduckgo Add google search option to duckduckgo
ID oopkohppehamfoconkdjlhamenlijmkb
URL Resmi https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb
Deskripsi Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
Ukuran File 22.88 KB
Jumlah Instalasi 49
Versi Saat Ini 1.1
Terakhir Diperbarui 2024-01-25
Tanggal Publikasi 2020-10-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang JFCCoding
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://jfc-hosting.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add google search option to duckduckgo",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/duckduckgo.com\/?q=*",
                "https:\/\/www.bing.com\/search?q=*"
            ]
        }
    ]
}