Contextual translator
Select the text and click the right button to translate.
Wat is Contextual translator?
Contextual translator is een Chrome-extensie ontwikkeld door https://n10.dev, en de belangrijkste functie is "Select the text and click the right button to translate.".
Extensie Screenshots
Download het CRX-bestand van de extensie Contextual translator
Download Contextual 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
Impossible easier:
- Select the text you want to translate.
- Press the right mouse button.
- You will get the translation in seconds.
Context menu translator is a free software project.
You can find the source code at:
- https://github.com/edgarmiro/traductor-menu-contextual Basisinformatie over de Extensie
| Naam | |
| ID | lonkkphbooogeflneiinlchdpbjmipbn |
| Officiële URL | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
| Beschrijving | Select the text and click the right button to translate. |
| Bestandsgrootte | 41.25 KB |
| Aantal Installaties | 5,093 |
| Huidige Versie | 4.0 |
| Laatst Bijgewerkt | 2023-12-18 |
| Publicatiedatum | 2020-03-21 |
| Beoordeling | 3.83/5 Totaal 54 Beoordelingen |
| Ontwikkelaar | https://n10.dev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://n10.dev |
| Ondersteunde Talen | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "4.0",
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"author": "Edgar Mir\u00f3",
"homepage_url": "https:\/\/www.n10.dev",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"contextMenus"
],
"offline_enabled": false,
"options_page": "options.html",
"background": {
"service_worker": "background.js"
}
} | |