Idiom

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

Qu'est-ce que Idiom ?

Idiom est une extension Chrome développée par https://getidiom.com, et sa fonction principale est "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Idiom

Téléchargez les fichiers d'extension Idiom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Read foreign news, literature, and more.                    

Informations de Base sur l'Extension

Nom Idiom Idiom
ID pfajlhihbjkkombfboempehkldaipcab
URL Officiel https://chromewebstore.google.com/detail/idiom/pfajlhihbjkkombfboempehkldaipcab
Description Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.
Taille du Fichier 20.18 KB
Nombre d'Installations 290
Version Actuelle 1.1.3
Dernière Mise à Jour 2020-08-21
Date de Publication 2020-04-28
Évaluation 3.80/5 Total 5 Évaluations
Développeur https://getidiom.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getidiom.com/
URL de la Page d'Aide https://getidiom.com/
URL de la Page de Politique de Confidentialité https://getidiom.com/privacy-policy
Langues Prises en Charge 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"
    ]
}