GlotDict

Improve the workflow on translate.wordpress.org

Vad är GlotDict?

GlotDict är en Chrome-tillägg utvecklad av Daniele Mte90 Scasciafratte, och dess huvudfunktion är "Improve the workflow on translate.wordpress.org".

Tilläggsskärmbilder

screenshot

Ladda ner GlotDict-förlängningens CRX-fil

Ladda ner GlotDict-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GlotDict GlotDict
ID jfdkihdmokdigeobcmnjmgigcgckljgl
Officiell webbadress https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl
Beskrivning Improve the workflow on translate.wordpress.org
Filstorlek 69.35 KB
Antal Installationer 581
Aktuell Version 2.1.2
Senast Uppdaterad 2023-08-28
Publiceringsdatum 2019-05-31
Betyg 4.90/5 Totalt 10 Betyg
Utvecklare Daniele Mte90 Scasciafratte
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Mte90/GlotDict
Hjälpsida URL https://github.com/Mte90/GlotDict/issues
URL till Sekretesspolicy Sidan https://daniele.tech
Stödda Språk 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"
}