WPGP Tools
Enhanced Translation Tools for translate.w.org
WPGP Tools là gì?
WPGP Tools là một tiện ích mở rộng Chrome được phát triển bởi Vlad Timotei, và tính năng chính của nó là "Enhanced Translation Tools for translate.w.org".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WPGP Tools
Tải xuống các tệp mở rộng WPGP Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WPGP Tools |
ID | bioidgadpdnajjaddfmoaohflfbmmhcn |
URL Chính Thức | https://chromewebstore.google.com/detail/wpgp-tools/bioidgadpdnajjaddfmoaohflfbmmhcn |
Mô tả | Enhanced Translation Tools for translate.w.org |
Kích Thước Tệp | 46.64 KB |
Số Lần Cài Đặt | 143 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2023-02-20 |
Ngày Phát Hành | 2021-09-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Vlad Timotei |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |