Translator
Right Click to translate selected text using Google Translate
Wat is Translator?
Translator is een Chrome-extensie ontwikkeld door Jofen, en de belangrijkste functie is "Right Click to translate selected text using Google Translate".
Extensie Screenshots
Download het CRX-bestand van de extensie Translator
Download Translator-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
Translate selected text or full page A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages. How to translate text: Select required text on any web page and right click to select "Translate Selected. How to translate full page: Right click and select "Translate Full Page"
Basisinformatie over de Extensie
Naam | Translator |
ID | condlopdddofpgcdjfnoepbdkcgckmgb |
Officiële URL | https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb |
Beschrijving | Right Click to translate selected text using Google Translate |
Bestandsgrootte | 22.66 KB |
Aantal Installaties | 133,761 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-06-26 |
Publicatiedatum | 2019-06-25 |
Beoordeling | 3.91/5 Totaal 32 Beoordelingen |
Ontwikkelaar | Jofen |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translator", "description": "Right Click to translate selected text using Google Translate", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/common.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage" ] } |