Idiom

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

Wat is Idiom?

Idiom is een Chrome-extensie ontwikkeld door https://getidiom.com, en de belangrijkste functie is "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Idiom

Download Idiom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Read foreign news, literature, and more.                    

Basisinformatie over de Extensie

Naam Idiom Idiom
ID pfajlhihbjkkombfboempehkldaipcab
Officiële URL https://chromewebstore.google.com/detail/idiom/pfajlhihbjkkombfboempehkldaipcab
Beschrijving Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.
Bestandsgrootte 20.18 KB
Aantal Installaties 290
Huidige Versie 1.1.3
Laatst Bijgewerkt 2020-08-21
Publicatiedatum 2020-04-28
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar https://getidiom.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getidiom.com/
Help Pagina-URL https://getidiom.com/
URL van de Privacybeleid Pagina https://getidiom.com/privacy-policy
Ondersteunde Talen 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"
    ]
}