shutto translation developer tool
A tool for shutto translation developer
shutto translation developer tool là gì?
shutto translation developer tool là một tiện ích mở rộng Chrome được phát triển bởi https://shutto-translation.com, và tính năng chính của nó là "A tool for shutto translation developer".
Tải xuống tệp CRX của tiện ích mở rộng shutto translation developer tool
Tải xuống các tệp mở rộng shutto translation developer tool 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
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | shutto translation developer tool |
ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
URL Chính Thức | https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb |
Mô tả | A tool for shutto translation developer |
Kích Thước Tệp | 81.1 KB |
Số Lần Cài Đặt | 391 |
Phiên Bản Hiện Tại | 0.0.14 |
Cập Nhật Lần Cuối | 2024-01-16 |
Ngày Phát Hành | 2018-06-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://shutto-translation.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.submit.ne.jp/shutto-translation |
URL Trang Trợ Giúp | https://www.submit.ne.jp/shutto-translation/hc |
URL Trang Chính Sách Bảo Mật | https://www.e-agency.co.jp/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.14", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "ja", "background": { "service_worker": "scripts\/background.js", "type": "module" }, "permissions": [ "storage", "activeTab" ], "optional_host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "scripts\/stt.js", "scripts\/trans.js", "scripts\/main.js", "styles\/style.css" ], "matches": [ " |