ToEnglish Instant Balloon Translate
Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
ToEnglish Instant Balloon Translate là gì?
ToEnglish Instant Balloon Translate là một tiện ích mở rộng Chrome được phát triển bởi Alireza Ghasemi, và tính năng chính của nó là "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".
Ả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 ToEnglish Instant Balloon Translate
Tải xuống các tệp mở rộng ToEnglish Instant Balloon Translate 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ToEnglish Instant Balloon Translate |
ID | kfjlldbaediocchakoafmbgficaaejbl |
URL Chính Thức | https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl |
Mô tả | Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab. |
Kích Thước Tệp | 68.57 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2015-02-10 |
Ngày Phát Hành | 2015-02-10 |
Nhà Phát Triển | Alireza Ghasemi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToEnglish Instant Balloon Translate", "description": "Show the translation of the selected word\/phrase instantly in a balloon window. You can see the result instantly in the same tab.", "version": "0.0.3", "permissions": [ "contextMenus", "activeTab" ], "background": { "persistent": false, "scripts": [ "js\/jquery-2.0.2.min.js", "js\/jquery.webui-popover.js", "js\/jquery.qtip-1.0.0-rc3.min.js", "js\/background.js", "js\/gcookie.js" ] }, "manifest_version": 2, "short_name": "ToEnglish Instant Translate", "icons": { "16": "img\/lookup128.png", "128": "img\/lookup128.png" }, "browser_action": { "default_icon": "img\/lookup128.png", "default_title": "Show translation", "default_popup": "popup.html" } } |