SpanishDict Search

Type 'sd' in the search box to quickly translate with SpanishDict

Apa itu SpanishDict Search?

SpanishDict Search adalah ekstensi Chrome yang dikembangkan oleh Kenny Hui, dan fitur utamanya adalah "Type 'sd' in the search box to quickly translate with SpanishDict".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SpanishDict Search

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

                        Harness the power of SpanishDict at your fingertips and quickly translate from Spanish to English or vice versa seamlessly!

Just add 'sd' before your search query and SpanishDict Search will automatically open SpanishDict!                    

Informasi Dasar Ekstensi

Nama SpanishDict Search SpanishDict Search
ID mbbjijgghnfjbobepieofhcfoacnkacp
URL Resmi https://chromewebstore.google.com/detail/spanishdict-search/mbbjijgghnfjbobepieofhcfoacnkacp
Deskripsi Type 'sd' in the search box to quickly translate with SpanishDict
Ukuran File 10.68 KB
Jumlah Instalasi 645
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-11-25
Tanggal Publikasi 2021-11-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Kenny Hui
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpanishDict Search",
    "description": "Type 'sd' in the search box to quickly translate with SpanishDict",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "sd"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}