WPGP Tools
Enhanced Translation Tools for translate.w.org
WPGP Toolsとは何ですか?
WPGP ToolsはVlad Timoteiによって開発されたChromeの拡張機能で、その主な機能は「Enhanced Translation Tools for translate.w.org」です。
拡張機能のスクリーンショット
WPGP Tools拡張機能のCRXファイルをダウンロード
WPGP Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WordPress GlotPress Tools or WPGPT, is a browser extension to help you translate faster and better on translate.wordpress.org It includes: - Consistency suggestions - QuickLinks - Non-translatable items - General checkes - Localized checks - History tools - Bulk Consistency replacement tools and many more. It is compatible with GlotDict.
拡張機能の基本情報
名前 | WPGP Tools |
ID | bioidgadpdnajjaddfmoaohflfbmmhcn |
公式URL | https://chromewebstore.google.com/detail/wpgp-tools/bioidgadpdnajjaddfmoaohflfbmmhcn |
説明 | Enhanced Translation Tools for translate.w.org |
ファイルサイズ | 46.64 KB |
インストール数 | 143 |
現在のバージョン | 2.1.1 |
最終更新日 | 2023-02-20 |
公開日 | 2021-09-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Vlad Timotei |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WPGP Tools", "version": "2.1.1", "description": "Enhanced Translation Tools for translate.w.org", "web_accessible_resources": [ { "resources": [ "js\/wpgpt-checks.js", "js\/wpgpt-settings.js", "js\/wpgpt-functions.js", "js\/wpgpt-history.js", "js\/wpgpt-bulk-consistency.js", "img\/warning.png", "img\/notice.png" ], "matches": [ "https:\/\/translate.wordpress.org\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/translate.wordpress.org\/*" ], "js": [ "js\/init.js", "js\/wpgpt-functions.js", "js\/wpgpt-consistency.js" ], "css": [ "css\/wpgpt-style.css" ] } ], "options_ui": { "page": "wpgpt-settings.html", "open_in_tab": false }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |