One-Click Translate Selection

Simply select some text and translate from context menu

Co to jest One-Click Translate Selection?

One-Click Translate Selection to rozszerzenie Chrome opracowane przez Christo Tsvetanov, a jego główną funkcją jest „Simply select some text and translate from context menu”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia One-Click Translate Selection

Pobierz pliki rozszerzeń One-Click Translate Selection 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa One-Click Translate Selection One-Click Translate Selection
ID cioclchdhgppnbpapkicbhlhbeldplld
Oficjalny URL https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld
Opis Simply select some text and translate from context menu
Rozmiar pliku 44.61 KB
Liczba instalacji 10,000
Aktualna Wersja 3.02
Ostatnia Aktualizacja 2022-12-31
Data Publikacji 2015-07-24
Ocena 2.95/5 Łącznie 22 Oceny
Deweloper Christo Tsvetanov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}