Text translator
Query selected text by using web ditionary
什么是Text translator?
Text translator是由BH_Lin开发的Chrome扩展程序,该扩展的主要功能是“Query selected text by using web ditionary”。
扩展截图
下载Text translator扩展crx文件
下载Text translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | Text translator |
ID | eignmijgnjkecbgckmajdhcigmiaphnk |
官方URL | https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk |
简介 | Query selected text by using web ditionary |
文件大小 | 85.5 KB |
安装次数 | 211 |
当前版本 | 1.0.0 |
更新时间 | 2012-12-17 |
上架时间 | 2012-12-17 |
评分 | 2.00/5 共4次评分 |
开发者 | BH_Lin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://studiobinghuan.blogspot.tw/ |
帮助页面URL | https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040 |
支持的语言 | 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 } |