WPGP Tools

Enhanced Translation Tools for translate.w.org

Qu'est-ce que WPGP Tools ?

WPGP Tools est une extension Chrome développée par Vlad Timotei, et sa fonction principale est "Enhanced Translation Tools for translate.w.org".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WPGP Tools

Téléchargez les fichiers d'extension WPGP Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WPGP Tools WPGP Tools
ID bioidgadpdnajjaddfmoaohflfbmmhcn
URL Officiel https://chromewebstore.google.com/detail/wpgp-tools/bioidgadpdnajjaddfmoaohflfbmmhcn
Description Enhanced Translation Tools for translate.w.org
Taille du Fichier 46.64 KB
Nombre d'Installations 143
Version Actuelle 2.1.1
Dernière Mise à Jour 2023-02-20
Date de Publication 2021-09-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Vlad Timotei
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}