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 |
Eメール | [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" } |