Zaqwes Translate
The simplest intext translator (Google Translate). Just select peace of text and open context menu.
Wat is Zaqwes Translate?
Zaqwes Translate is een Chrome-extensie ontwikkeld door vda, en de belangrijkste functie is "The simplest intext translator (Google Translate). Just select peace of text and open context menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Zaqwes Translate
Download Zaqwes Translate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | egebhoednokcgohihigbkojpfgofdhak |
Officiële URL | https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak |
Beschrijving | The simplest intext translator (Google Translate). Just select peace of text and open context menu. |
Bestandsgrootte | 39.56 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.3.3 |
Laatst Bijgewerkt | 2014-08-15 |
Publicatiedatum | 2014-08-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | vda |
Betalingswijze | free |
Ondersteunde Talen | 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 } |