GlotDict
Improve the workflow on translate.wordpress.org
GlotDict là gì?
GlotDict là một tiện ích mở rộng Chrome được phát triển bởi Daniele Mte90 Scasciafratte, và tính năng chính của nó là "Improve the workflow on translate.wordpress.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 GlotDict
Tải xuống các tệp mở rộng GlotDict 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GlotDict |
ID | jfdkihdmokdigeobcmnjmgigcgckljgl |
URL Chính Thức | https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl |
Mô tả | Improve the workflow on translate.wordpress.org |
Kích Thước Tệp | 69.35 KB |
Số Lần Cài Đặt | 581 |
Phiên Bản Hiện Tại | 2.1.2 |
Cập Nhật Lần Cuối | 2023-08-28 |
Ngày Phát Hành | 2019-05-31 |
Đánh Giá | 4.90/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Daniele Mte90 Scasciafratte |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Mte90/GlotDict |
URL Trang Trợ Giúp | https://github.com/Mte90/GlotDict/issues |
URL Trang Chính Sách Bảo Mật | https://daniele.tech |
Ngôn Ngữ Được Hỗ Trợ | 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" } |