GlotDict

Improve the workflow on translate.wordpress.org

¿Qué es GlotDict?

GlotDict es una extensión de Chrome desarrollada por Daniele Mte90 Scasciafratte, y su función principal es "Improve the workflow on translate.wordpress.org".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GlotDict

Descarga archivos de extensión GlotDict 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

                        GlotDict extension implements many new features to improve the quality of translation and speed up the process on translate.wordpress.org, where users can translate plugins, themes, WordPress itself and other related projects.                    

Información Básica de la Extensión

Nombre GlotDict GlotDict
ID jfdkihdmokdigeobcmnjmgigcgckljgl
URL Oficial https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl
Descripción Improve the workflow on translate.wordpress.org
Tamaño del Archivo 69.35 KB
Cantidad de Instalaciones 581
Versión Actual 2.1.2
Última Actualización 2023-08-28
Fecha de Publicación 2019-05-31
Calificación 4.90/5 Total de 10 Calificaciones
Desarrollador Daniele Mte90 Scasciafratte
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Mte90/GlotDict
URL de la Página de Ayuda https://github.com/Mte90/GlotDict/issues
URL de la Página de Política de Privacidad https://daniele.tech
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/init.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/translate.wordpress.org\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/glotdict-locales.js",
                "js\/glotdict.js",
                "js\/glotdict-functions.js",
                "js\/glotdict-hotkey.js",
                "js\/glotdict-validation.js",
                "js\/glotdict-notices.js",
                "js\/glotdict-bulk.js",
                "js\/glotdict-column.js",
                "js\/glotdict-meta.js",
                "js\/glotdict-consistency.js",
                "js\/glotdict-settings.js",
                "js\/keymaster.js",
                "js\/jquery.bind-first.js",
                "js\/dompurify.js",
                "CHANGELOG.md",
                "icons\/icon-48.png",
                "css\/style.css",
                "js\/init.js"
            ],
            "matches": [
                "https:\/\/translate.wordpress.org\/*"
            ]
        }
    ],
    "version": "2.1.2",
    "description": "Improve the workflow on translate.wordpress.org",
    "homepage_url": "https:\/\/github.com\/Mte90\/GlotDict",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png"
    },
    "name": "GlotDict"
}