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 |
官方網址 | 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 } |