Contextual translator
Select the text and click the right button to translate.
Co je Contextual translator?
Contextual translator je rozšíření Chrome vyvinuté https://n10.dev, a jeho hlavní funkcí je „Select the text and click the right button to translate.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Contextual translator
Stáhněte si soubory rozšíření Contextual translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
Oficiální URL | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
Popis | Select the text and click the right button to translate. |
Velikost souboru | 41.25 KB |
Počet instalací | 5,093 |
Aktuální Verze | 4.0 |
Poslední Aktualizace | 2023-12-18 |
Datum Vydání | 2020-03-21 |
Hodnocení | 3.83/5 Celkem 54 Hodnocení |
Vývojář | https://n10.dev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://n10.dev |
Podporované Jazyky | 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" } } |