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.”。
擴展截圖
下載Idiom擴展crx文件
下載Idiom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Read foreign news, literature, and more. 擴展基本資訊
| 名稱 | |
| ID | pfajlhihbjkkombfboempehkldaipcab |
| 官方網址 | 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"
]
} | |