SpanishDict Search

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

Wat is SpanishDict Search?

SpanishDict Search is een Chrome-extensie ontwikkeld door Kenny Hui, en de belangrijkste functie is "Type 'sd' in the search box to quickly translate with SpanishDict".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SpanishDict Search

Download SpanishDict Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam SpanishDict Search SpanishDict Search
ID mbbjijgghnfjbobepieofhcfoacnkacp
Officiële URL https://chromewebstore.google.com/detail/spanishdict-search/mbbjijgghnfjbobepieofhcfoacnkacp
Beschrijving Type 'sd' in the search box to quickly translate with SpanishDict
Bestandsgrootte 10.68 KB
Aantal Installaties 645
Huidige Versie 1.0
Laatst Bijgewerkt 2021-11-25
Publicatiedatum 2021-11-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Kenny Hui
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}