GlotDict

Improve the workflow on translate.wordpress.org

O que é GlotDict?

GlotDict é uma extensão do Chrome desenvolvida por Daniele Mte90 Scasciafratte, e sua principal característica é "Improve the workflow on translate.wordpress.org".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GlotDict

Baixe arquivos de extensão GlotDict no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GlotDict GlotDict
ID jfdkihdmokdigeobcmnjmgigcgckljgl
URL Oficial https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl
Descrição Improve the workflow on translate.wordpress.org
Tamanho do Arquivo 69.35 KB
Contagem de Instalações 581
Versão Atual 2.1.2
Última Atualização 2023-08-28
Data de Publicação 2019-05-31
Classificação 4.90/5 Total de 10 Avaliações
Desenvolvedor Daniele Mte90 Scasciafratte
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Mte90/GlotDict
URL da Página de Ajuda https://github.com/Mte90/GlotDict/issues
URL da Página de Política de Privacidade https://daniele.tech
Idiomas Suportados 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"
}