Zaqwes Translate
The simplest intext translator (Google Translate). Just select peace of text and open context menu.
Qu'est-ce que Zaqwes Translate ?
Zaqwes Translate est une extension Chrome développée par vda, et sa fonction principale est "The simplest intext translator (Google Translate). Just select peace of text and open context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zaqwes Translate
Téléchargez les fichiers d'extension Zaqwes Translate 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
The simplest intext translator. Just select peace of text and open context menu. You can customize translated text color, your native and learning language in a extension config page. Changes v 0.3.3: - added "remove translation" button
Informations de Base sur l'Extension
Nom | |
ID | egebhoednokcgohihigbkojpfgofdhak |
URL Officiel | https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak |
Description | The simplest intext translator (Google Translate). Just select peace of text and open context menu. |
Taille du Fichier | 39.56 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.3.3 |
Dernière Mise à Jour | 2014-08-15 |
Date de Publication | 2014-08-15 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | vda |
Type de Paiement | free |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zaqwes Translate", "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.", "version": "0.3.3", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon_16.png", "19": "icon_19.png", "38": "icon_38.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*\/*.jpg", "http:\/\/*\/*.png" ], "js": [ "zaqwes-translate-pageScript.js" ] } ], "manifest_version": 2 } |