Contextual translator
Select the text and click the right button to translate.
Co to jest Contextual translator?
Contextual translator to rozszerzenie Chrome opracowane przez https://n10.dev, a jego główną funkcją jest „Select the text and click the right button to translate.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Contextual translator
Pobierz pliki rozszerzeń Contextual translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
Oficjalny URL | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
Opis | Select the text and click the right button to translate. |
Rozmiar pliku | 41.25 KB |
Liczba instalacji | 5,093 |
Aktualna Wersja | 4.0 |
Ostatnia Aktualizacja | 2023-12-18 |
Data Publikacji | 2020-03-21 |
Ocena | 3.83/5 Łącznie 54 Oceny |
Deweloper | https://n10.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://n10.dev |
Obsługiwane Języki | 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" } } |