GlotDict
Improve the workflow on translate.wordpress.org
GlotDict क्या है?
GlotDict Daniele Mte90 Scasciafratte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve the workflow on translate.wordpress.org"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GlotDict एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | GlotDict |
ID | jfdkihdmokdigeobcmnjmgigcgckljgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl |
विवरण | Improve the workflow on translate.wordpress.org |
फ़ाइल का आकार | 69.35 KB |
स्थापना संख्या | 581 |
वर्तमान संस्करण | 2.1.2 |
अंतिम अपडेट | 2023-08-28 |
प्रकाशन तिथि | 2019-05-31 |
रेटिंग | 4.90/5 कुल 10 रेटिंग्स |
डेवलपर | Daniele Mte90 Scasciafratte |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Mte90/GlotDict |
सहायता पृष्ठ URL | https://github.com/Mte90/GlotDict/issues |
गोपनीयता नीति पृष्ठ URL | https://daniele.tech |
समर्थित भाषाएँ | 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" } |