Idiom

Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.

Co to jest Idiom?

Idiom to rozszerzenie Chrome opracowane przez https://getidiom.com, a jego główną funkcją jest „Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Idiom

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

                        Read foreign news, literature, and more.                    

Podstawowe informacje o rozszerzeniu

Nazwa Idiom Idiom
ID pfajlhihbjkkombfboempehkldaipcab
Oficjalny URL https://chromewebstore.google.com/detail/idiom/pfajlhihbjkkombfboempehkldaipcab
Opis Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.
Rozmiar pliku 20.18 KB
Liczba instalacji 290
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2020-08-21
Data Publikacji 2020-04-28
Ocena 3.80/5 Łącznie 5 Oceny
Deweloper https://getidiom.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://getidiom.com/
Adres URL Strony Pomocy https://getidiom.com/
Adres URL Strony Polityki Prywatności https://getidiom.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Idiom",
    "short_name": "Idiom",
    "description": "Idiom helps you read foreign-language websites.  Tap the extension, and then select any word to speak and translate.",
    "version": "1.1.3",
    "browser_action": {
        "default_title": "Enable Idiom",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.getidiom.com\/*",
        "activeTab",
        "storage",
        "tts"
    ]
}