Language Tools

Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.

Co to jest Language Tools?

Language Tools to rozszerzenie Chrome opracowane przez https://browsernative.com, a jego główną funkcją jest „Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Language Tools

Pobierz pliki rozszerzeń Language Tools 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

                        Easily search selected text on Google Dictionary and PowerThesaurus. Translate selected text and web pages using Google Translate. 
Users can also set their preferred language to translate.

Extension by BrowserNative. Not created by or affiliated with Google or PowerThesaurus.com.                    

Podstawowe informacje o rozszerzeniu

Nazwa Language Tools Language Tools
ID ehaplickepiebdimlmbgecbbinldehgn
Oficjalny URL https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn
Opis Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
Rozmiar pliku 8.94 KB
Liczba instalacji 2,000
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2023-11-27
Data Publikacji 2022-02-15
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://browsernative.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://browsernative.com/language-tools/
Adres URL Strony Pomocy https://browsernative.com/language-tools/
Adres URL Strony Polityki Prywatności https://browsernative.com/extensions-privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Tools",
    "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png"
        },
        "default_title": "Translate This Page"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "options_ui": {
        "page": "\/options\/options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/browsernative.com\/language-tools\/"
}