One-Click Translate Selection
Simply select some text and translate from context menu
Wat is One-Click Translate Selection?
One-Click Translate Selection is een Chrome-extensie ontwikkeld door Christo Tsvetanov, en de belangrijkste functie is "Simply select some text and translate from context menu".
Extensie Screenshots
Download het CRX-bestand van de extensie One-Click Translate Selection
Download One-Click Translate Selection-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
Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.
Basisinformatie over de Extensie
Naam | One-Click Translate Selection |
ID | cioclchdhgppnbpapkicbhlhbeldplld |
Officiële URL | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
Beschrijving | Simply select some text and translate from context menu |
Bestandsgrootte | 44.61 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 3.02 |
Laatst Bijgewerkt | 2022-12-31 |
Publicatiedatum | 2015-07-24 |
Beoordeling | 2.95/5 Totaal 22 Beoordelingen |
Ontwikkelaar | Christo Tsvetanov |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One-Click Translate Selection", "description": "Simply select some text and translate from context menu", "version": "3.02", "manifest_version": 3, "permissions": [ "contextMenus", "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |