Idiom

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

什么是Idiom?

Idiom是由https://getidiom.com开发的Chrome扩展程序,该扩展的主要功能是“Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.”。

扩展截图

screenshot
screenshot

下载Idiom扩展crx文件

下载Idiom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Read foreign news, literature, and more.                    

扩展基本信息

名称 Idiom Idiom
ID pfajlhihbjkkombfboempehkldaipcab
官方URL https://chromewebstore.google.com/detail/idiom/pfajlhihbjkkombfboempehkldaipcab
简介 Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.
文件大小 20.18 KB
安装次数 290
当前版本 1.1.3
更新时间 2020-08-21
上架时间 2020-04-28
评分 3.80/5 共5次评分
开发者 https://getidiom.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://getidiom.com/
帮助页面URL https://getidiom.com/
隐私政策页面URL https://getidiom.com/privacy-policy
支持的语言 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"
    ]
}