Go Translate
Translation Plug-in from CDAC-GIST
Wat is Go Translate?
Go Translate is een Chrome-extensie ontwikkeld door CDAC GIST, en de belangrijkste functie is "Translation Plug-in from CDAC-GIST".
Extensie Screenshots
Download het CRX-bestand van de extensie Go Translate
Download Go 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
This plug-in can be used to translate website(s) dynamically / on the fly just by the click of a button.
Basisinformatie over de Extensie
Naam | Go Translate |
ID | cfmeoigobgkgnepgmpbecadegpcenllg |
Officiële URL | https://chromewebstore.google.com/detail/go-translate/cfmeoigobgkgnepgmpbecadegpcenllg |
Beschrijving | Translation Plug-in from CDAC-GIST |
Bestandsgrootte | 680 KB |
Aantal Installaties | 901 |
Huidige Versie | 2.3.6.3 |
Laatst Bijgewerkt | 2020-03-17 |
Publicatiedatum | 2020-03-15 |
Beoordeling | 4.09/5 Totaal 11 Beoordelingen |
Ontwikkelaar | CDAC GIST |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://localization.gov.in |
Help Pagina-URL | http://localization.gov.in/index.php/article-category/2013-11-15-08-56-11 |
URL van de Privacybeleid Pagina | http://www.cdac.in/index.aspx?id=privacy_policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go Translate", "version": "2.3.6.3", "short_name": "GIST Translator-Contributor", "description": "Translation Plug-in from CDAC-GIST", "icons": { "16": "image\/icon_24.png", "48": "image\/icon_48.png", "128": "image\/icon_128.png" }, "browser_action": { "default_icon": "image\/icon_128.png", "default_title": "Go Translate" }, "author": "Reena Rana", "background": { "scripts": [ "js\/jquery.js", "js\/services.js", "js\/crypto-js.min.js", "js\/storage-manager.min.js", "js\/toolbar-settings.min.js", "js\/background.min.js" ], "persistent": true }, "options_page": "html\/options.html", "permissions": [ "unlimitedStorage", "tabs", "contextMenus", "storage", " |