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
Eメール [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"
    ]
}