WPGP Tools
Enhanced Translation Tools for translate.w.org
WPGP Tools क्या है?
WPGP Tools Vlad Timotei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhanced Translation Tools for translate.w.org"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WPGP Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | WPGP Tools |
ID | bioidgadpdnajjaddfmoaohflfbmmhcn |
आधिकारिक URL | https://chromewebstore.google.com/detail/wpgp-tools/bioidgadpdnajjaddfmoaohflfbmmhcn |
विवरण | Enhanced Translation Tools for translate.w.org |
फ़ाइल का आकार | 46.64 KB |
स्थापना संख्या | 143 |
वर्तमान संस्करण | 2.1.1 |
अंतिम अपडेट | 2023-02-20 |
प्रकाशन तिथि | 2021-09-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Vlad Timotei |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |