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 |
官方網址 | 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" } |