Text translator
Query selected text by using web ditionary
Hvad er Text translator?
Text translator er en Chrome-udvidelse udviklet af BH_Lin, og dens hovedfunktion er "Query selected text by using web ditionary".
Udvidelsesskærmbilleder
Download Text translator-udvidelses-CRX-fil
Download Text translator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Text translator |
ID | eignmijgnjkecbgckmajdhcigmiaphnk |
Officiel URL | https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk |
Beskrivelse | Query selected text by using web ditionary |
Filstørrelse | 85.5 KB |
Antal Installationer | 211 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2012-12-17 |
Udgivelsesdato | 2012-12-17 |
Bedømmelse | 2.00/5 Samlet 4 Bedømmelser |
Udvikler | BH_Lin |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://studiobinghuan.blogspot.tw/ |
Hjælpeside-URL | https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040 |
Understøttede Sprog | 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 } |