GlotDict

Improve the workflow on translate.wordpress.org

Cos'è GlotDict?

GlotDict è un'estensione di Chrome sviluppata da Daniele Mte90 Scasciafratte, e la sua funzione principale è "Improve the workflow on translate.wordpress.org".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GlotDict

Scarica i file di estensione GlotDict 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

                        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.                    

Informazioni di Base sull'Estensione

Nome GlotDict GlotDict
ID jfdkihdmokdigeobcmnjmgigcgckljgl
URL Ufficiale https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl
Descrizione Improve the workflow on translate.wordpress.org
Dimensione del File 69.35 KB
Conteggio Installazioni 581
Versione Corrente 2.1.2
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2019-05-31
Valutazione 4.90/5 Totale 10 Valutazioni
Sviluppatore Daniele Mte90 Scasciafratte
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Mte90/GlotDict
URL della Pagina di Aiuto https://github.com/Mte90/GlotDict/issues
URL della Pagina della Politica sulla Privacy https://daniele.tech
Lingue Supportate 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"
}