SpanishDict Search

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

Vad är SpanishDict Search?

SpanishDict Search är en Chrome-tillägg utvecklad av Kenny Hui, och dess huvudfunktion är "Type 'sd' in the search box to quickly translate with SpanishDict".

Tilläggsskärmbilder

screenshot

Ladda ner SpanishDict Search-förlängningens CRX-fil

Ladda ner SpanishDict Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn SpanishDict Search SpanishDict Search
ID mbbjijgghnfjbobepieofhcfoacnkacp
Officiell webbadress https://chromewebstore.google.com/detail/spanishdict-search/mbbjijgghnfjbobepieofhcfoacnkacp
Beskrivning Type 'sd' in the search box to quickly translate with SpanishDict
Filstorlek 10.68 KB
Antal Installationer 645
Aktuell Version 1.0
Senast Uppdaterad 2021-11-25
Publiceringsdatum 2021-11-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Kenny Hui
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}