WPGP Tools

Enhanced Translation Tools for translate.w.org

Was ist WPGP Tools?

WPGP Tools ist eine Chrome-Erweiterung, die von Vlad Timotei entwickelt wurde, und ihr Hauptmerkmal ist "Enhanced Translation Tools for translate.w.org".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

WPGP Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie WPGP Tools-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

                        WordPress GlotPress Tools or WPGPT, is a browser extension to help you translate faster and better on translate.wordpress.org

It includes:
- Consistency suggestions
- QuickLinks
- Non-translatable items
- General checkes
- Localized checks
- History tools
- Bulk Consistency replacement tools

and many more.

It is compatible with GlotDict.                    

Grundlegende Informationen zur Erweiterung

Name WPGP Tools WPGP Tools
ID bioidgadpdnajjaddfmoaohflfbmmhcn
Offizielle URL https://chromewebstore.google.com/detail/wpgp-tools/bioidgadpdnajjaddfmoaohflfbmmhcn
Beschreibung Enhanced Translation Tools for translate.w.org
Dateigröße 46.64 KB
Installationsanzahl 143
Aktuelle Version 2.1.1
Letztes Update 2023-02-20
Veröffentlichungsdatum 2021-09-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Vlad Timotei
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WPGP Tools",
    "version": "2.1.1",
    "description": "Enhanced Translation Tools for translate.w.org",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/wpgpt-checks.js",
                "js\/wpgpt-settings.js",
                "js\/wpgpt-functions.js",
                "js\/wpgpt-history.js",
                "js\/wpgpt-bulk-consistency.js",
                "img\/warning.png",
                "img\/notice.png"
            ],
            "matches": [
                "https:\/\/translate.wordpress.org\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/translate.wordpress.org\/*"
            ],
            "js": [
                "js\/init.js",
                "js\/wpgpt-functions.js",
                "js\/wpgpt-consistency.js"
            ],
            "css": [
                "css\/wpgpt-style.css"
            ]
        }
    ],
    "options_ui": {
        "page": "wpgpt-settings.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}