Idiom

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

What is Idiom?

Idiom is a Chrome extension developed by https://getidiom.com, and its main feature is "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.".

Extension Screenshots

screenshot
screenshot

Download Idiom Extension CRX File

Download Idiom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Read foreign news, literature, and more.                    

Extension Basic Information

Name Idiom Idiom
ID pfajlhihbjkkombfboempehkldaipcab
Official URL 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.
File Size 20.18 KB
Installation Count 290
Current Version 1.1.3
Last Updated 2020-08-21
Publish Date 2020-04-28
Rating 3.80/5 Total 5 Ratings
Developer https://getidiom.com
Email [email protected]
Payment Type free
Extension Website https://getidiom.com/
Help Page URL https://getidiom.com/
Privacy Policy Page URL https://getidiom.com/privacy-policy
Supported Languages 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"
    ]
}