Text translator
Query selected text by using web ditionary
Vad är Text translator?
Text translator är en Chrome-tillägg utvecklad av BH_Lin, och dess huvudfunktion är "Query selected text by using web ditionary".
Tilläggsskärmbilder
Ladda ner Text translator-förlängningens CRX-fil
Ladda ner Text translator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | eignmijgnjkecbgckmajdhcigmiaphnk |
| Officiell webbadress | https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk |
| Beskrivning | Query selected text by using web ditionary |
| Filstorlek | 85.5 KB |
| Antal Installationer | 211 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2012-12-17 |
| Publiceringsdatum | 2012-12-17 |
| Betyg | 2.00/5 Totalt 4 Betyg |
| Utvecklare | BH_Lin |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://studiobinghuan.blogspot.tw/ |
| Hjälpsida URL | https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040 |
| Stödda Språk | 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
} | |