translate to local language
select text and right click it, then you will see the menu
Wat is translate to local language?
translate to local language is een Chrome-extensie ontwikkeld door zen, en de belangrijkste functie is "select text and right click it, then you will see the menu".
Extensie Screenshots
Download het CRX-bestand van de extensie translate to local language
Download translate to local language-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
select text then right click it...no matter what language you use.
Basisinformatie over de Extensie
Naam | translate to local language |
ID | ioeanppiclmdjkeijlgebjnmbdpkckem |
Officiële URL | https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem |
Beschrijving | select text and right click it, then you will see the menu |
Bestandsgrootte | 13.96 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2020-12-06 |
Publicatiedatum | 2019-12-18 |
Ontwikkelaar | zen |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "translate to local language", "description": "select text and right click it, then you will see the menu", "version": "0.5", "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "google_trans.js" ] }, "manifest_version": 2 } |