WPGP Tools
Enhanced Translation Tools for translate.w.org
Cos'è WPGP Tools?
WPGP Tools è un'estensione di Chrome sviluppata da Vlad Timotei, e la sua funzione principale è "Enhanced Translation Tools for translate.w.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WPGP Tools
Scarica i file di estensione WPGP Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WPGP Tools |
ID | bioidgadpdnajjaddfmoaohflfbmmhcn |
URL Ufficiale | https://chromewebstore.google.com/detail/wpgp-tools/bioidgadpdnajjaddfmoaohflfbmmhcn |
Descrizione | Enhanced Translation Tools for translate.w.org |
Dimensione del File | 46.64 KB |
Conteggio Installazioni | 143 |
Versione Corrente | 2.1.1 |
Ultimo Aggiornamento | 2023-02-20 |
Data di Pubblicazione | 2021-09-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Vlad Timotei |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |