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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://getidiom.com/
عنوان صفحة سياسة الخصوصية 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"
    ]
}