SpanishDict Search

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

¿Qué es SpanishDict Search?

SpanishDict Search es una extensión de Chrome desarrollada por Kenny Hui, y su función principal es "Type 'sd' in the search box to quickly translate with SpanishDict".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SpanishDict Search

Descarga archivos de extensión SpanishDict Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre SpanishDict Search SpanishDict Search
ID mbbjijgghnfjbobepieofhcfoacnkacp
URL Oficial https://chromewebstore.google.com/detail/spanishdict-search/mbbjijgghnfjbobepieofhcfoacnkacp
Descripción Type 'sd' in the search box to quickly translate with SpanishDict
Tamaño del Archivo 10.68 KB
Cantidad de Instalaciones 645
Versión Actual 1.0
Última Actualización 2021-11-25
Fecha de Publicación 2021-11-24
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Kenny Hui
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}