Idiom

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

Idiomคืออะไร?

Idiom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getidiom.com และคุณลักษณะหลักของมันคือ "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Idiom

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}