GlotDict

Improve the workflow on translate.wordpress.org

Was ist GlotDict?

GlotDict ist eine Chrome-Erweiterung, die von Daniele Mte90 Scasciafratte entwickelt wurde, und ihr Hauptmerkmal ist "Improve the workflow on translate.wordpress.org".

Erweiterungsscreenshots

screenshot

GlotDict-Erweiterungs-CRX-Datei herunterladen

Laden Sie GlotDict-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GlotDict GlotDict
ID jfdkihdmokdigeobcmnjmgigcgckljgl
Offizielle URL https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl
Beschreibung Improve the workflow on translate.wordpress.org
Dateigröße 69.35 KB
Installationsanzahl 581
Aktuelle Version 2.1.2
Letztes Update 2023-08-28
Veröffentlichungsdatum 2019-05-31
Bewertung 4.90/5 Insgesamt 10 Bewertungen
Entwickler Daniele Mte90 Scasciafratte
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Mte90/GlotDict
Hilfeseite URL https://github.com/Mte90/GlotDict/issues
URL der Datenschutzrichtlinien-Seite https://daniele.tech
Unterstützte Sprachen 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"
}