The Easy Translator

The very easy in use translator.

Co to jest The Easy Translator?

The Easy Translator to rozszerzenie Chrome opracowane przez Sergey Vasilyev, a jego główną funkcją jest „The very easy in use translator.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia The Easy Translator

Pobierz pliki rozszerzeń The Easy 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

                        The Easy Translator is very easy in use translator from any language supported by the Google Translator to your language.
On the options page you can choose either autodetect or particular language from which you would like a selected on a page word or text be translated and select the language to which to translate.

Just select a text -> right click -> Translate...
or
Select a text -> press keyboard shortcut (Ctrl+Shift+E, configurable)

Enjoy the Easy Translator!                    

Podstawowe informacje o rozszerzeniu

Nazwa The Easy Translator The Easy Translator
ID ambcfpifajmjgfdaafnjdollbfemaeeg
Oficjalny URL https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg
Opis The very easy in use translator.
Rozmiar pliku 11.81 KB
Liczba instalacji 10,000
Aktualna Wersja 0.7.0.0
Ostatnia Aktualizacja 2024-03-04
Data Publikacji 2016-04-21
Ocena 4.34/5 Łącznie 136 Oceny
Deweloper Sergey Vasilyev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.7.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128_v4.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "script.js",
        "type": "module"
    },
    "commands": {
        "translate": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "__MSG_extShortcutDescription__"
        }
    },
    "permissions": [
        "contextMenus",
        "system.display",
        "storage",
        "scripting",
        "activeTab"
    ]
}