SpanishDict Search

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

Cos'è SpanishDict Search?

SpanishDict Search è un'estensione di Chrome sviluppata da Kenny Hui, e la sua funzione principale è "Type 'sd' in the search box to quickly translate with SpanishDict".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SpanishDict Search

Scarica i file di estensione SpanishDict Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome SpanishDict Search SpanishDict Search
ID mbbjijgghnfjbobepieofhcfoacnkacp
URL Ufficiale https://chromewebstore.google.com/detail/spanishdict-search/mbbjijgghnfjbobepieofhcfoacnkacp
Descrizione Type 'sd' in the search box to quickly translate with SpanishDict
Dimensione del File 10.68 KB
Conteggio Installazioni 645
Versione Corrente 1.0
Ultimo Aggiornamento 2021-11-25
Data di Pubblicazione 2021-11-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Kenny Hui
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}