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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Idiom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
    ]
}