GlotDict
Improve the workflow on translate.wordpress.org
What is GlotDict?
GlotDict is a Chrome extension developed by Daniele Mte90 Scasciafratte, and its main feature is "Improve the workflow on translate.wordpress.org".
Extension Screenshots
Download GlotDict Extension CRX File
Download GlotDict extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GlotDict |
ID | jfdkihdmokdigeobcmnjmgigcgckljgl |
Official URL | https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl |
Description | Improve the workflow on translate.wordpress.org |
File Size | 69.35 KB |
Installation Count | 581 |
Current Version | 2.1.2 |
Last Updated | 2023-08-28 |
Publish Date | 2019-05-31 |
Rating | 4.90/5 Total 10 Ratings |
Developer | Daniele Mte90 Scasciafratte |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Mte90/GlotDict |
Help Page URL | https://github.com/Mte90/GlotDict/issues |
Privacy Policy Page URL | https://daniele.tech |
Supported Languages | 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" } |