GlotDict
Improve the workflow on translate.wordpress.org
什么是GlotDict?
GlotDict是由Daniele Mte90 Scasciafratte开发的Chrome扩展程序,该扩展的主要功能是“Improve the workflow on translate.wordpress.org”。
扩展截图
下载GlotDict扩展crx文件
下载GlotDict扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |