Simple Thai Translation
Simply activate the extension when on a thai website and then highlight words you don't know.
Simple Thai Translation là gì?
Simple Thai Translation là một tiện ích mở rộng Chrome được phát triển bởi cameron.garvie, và tính năng chính của nó là "Simply activate the extension when on a thai website and then highlight words you don't know.".
Ả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 Simple Thai Translation
Tải xuống các tệp mở rộng Simple Thai Translation 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
The best Thai translator available and the only one that doesn't interrupt your reading experience. Have fun reading thai websites like pantip.com and reach fluency in weeks, not years. I believe all software should be free which is why this extension costs only $5. Five dollars is basically free. Don't think of it as paying for the extension; think of it as buying me a beer or a coffee or a sandwich. Pay once and get all updates for free forever.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ommmfemianlngmmffbboeeffennhfimi |
URL Chính Thức | https://chrome.google.com/webstore/detail/simple-thai-translation/ommmfemianlngmmffbboeeffennhfimi |
Mô tả | Simply activate the extension when on a thai website and then highlight words you don't know. |
Kích Thước Tệp | 43.33 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-07-21 |
Ngày Phát Hành | 2015-07-21 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | cameron.garvie |
Loại Thanh Toán | in_store |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Thai Translation", "description": "Simply activate the extension when on a thai website and then highlight words you don't know.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "basic.css" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "background": { "scripts": [ "backgroundpage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "tts", "storage", "activeTab", "https:\/\/ajax.googleapis.com\/", "*:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*\/*" ] } |