Text translator
Query selected text by using web ditionary
Text translator là gì?
Text translator là một tiện ích mở rộng Chrome được phát triển bởi BH_Lin, và tính năng chính của nó là "Query selected text by using web ditionary".
Ả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 Text translator
Tải xuống các tệp mở rộng Text translator 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
This tool is for keyword searching by using yahoo dictionary. We can search the selected keyword on the web page, the tool will open a new tab for end-user and show the search result for this keyword in dictionary. [How to use]: 1. select a string. 2. right click on the selection. 3. press the item "search in dictionary" then, you will get the search result. PS: here is my blog http://studiobinghuan.blogspot.tw/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Text translator |
ID | eignmijgnjkecbgckmajdhcigmiaphnk |
URL Chính Thức | https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk |
Mô tả | Query selected text by using web ditionary |
Kích Thước Tệp | 85.5 KB |
Số Lần Cài Đặt | 211 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2012-12-17 |
Ngày Phát Hành | 2012-12-17 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | BH_Lin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://studiobinghuan.blogspot.tw/ |
URL Trang Trợ Giúp | https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text translator", "description": "Query selected text by using web ditionary", "version": "1.0.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/Icon-16.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "manifest_version": 2 } |