Text translator
Query selected text by using web ditionary
Qu'est-ce que Text translator ?
Text translator est une extension Chrome développée par BH_Lin, et sa fonction principale est "Query selected text by using web ditionary".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Text translator
Téléchargez les fichiers d'extension Text translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Text translator |
ID | eignmijgnjkecbgckmajdhcigmiaphnk |
URL Officiel | https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk |
Description | Query selected text by using web ditionary |
Taille du Fichier | 85.5 KB |
Nombre d'Installations | 211 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2012-12-17 |
Date de Publication | 2012-12-17 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | BH_Lin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://studiobinghuan.blogspot.tw/ |
URL de la Page d'Aide | https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040 |
Langues Prises en Charge | 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 } |