GlotDict
Improve the workflow on translate.wordpress.org
Wat is GlotDict?
GlotDict is een Chrome-extensie ontwikkeld door Daniele Mte90 Scasciafratte, en de belangrijkste functie is "Improve the workflow on translate.wordpress.org".
Extensie Screenshots
Download het CRX-bestand van de extensie GlotDict
Download GlotDict-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GlotDict |
ID | jfdkihdmokdigeobcmnjmgigcgckljgl |
Officiële URL | https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl |
Beschrijving | Improve the workflow on translate.wordpress.org |
Bestandsgrootte | 69.35 KB |
Aantal Installaties | 581 |
Huidige Versie | 2.1.2 |
Laatst Bijgewerkt | 2023-08-28 |
Publicatiedatum | 2019-05-31 |
Beoordeling | 4.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Daniele Mte90 Scasciafratte |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Mte90/GlotDict |
Help Pagina-URL | https://github.com/Mte90/GlotDict/issues |
URL van de Privacybeleid Pagina | https://daniele.tech |
Ondersteunde Talen | 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" } |