Text translator
Query selected text by using web ditionary
What is Text translator?
Text translator is a Chrome extension developed by BH_Lin, and its main feature is "Query selected text by using web ditionary".
Extension Screenshots
Download Text translator Extension CRX File
Download Text translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Text translator |
ID | eignmijgnjkecbgckmajdhcigmiaphnk |
Official URL | https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk |
Description | Query selected text by using web ditionary |
File Size | 85.5 KB |
Installation Count | 211 |
Current Version | 1.0.0 |
Last Updated | 2012-12-17 |
Publish Date | 2012-12-17 |
Rating | 2.00/5 Total 4 Ratings |
Developer | BH_Lin |
[email protected] | |
Payment Type | free |
Extension Website | http://studiobinghuan.blogspot.tw/ |
Help Page URL | https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040 |
Supported Languages | 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 } |