Idiom

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

Vad är Idiom?

Idiom är en Chrome-tillägg utvecklad av https://getidiom.com, och dess huvudfunktion är "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Idiom-förlängningens CRX-fil

Ladda ner Idiom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Read foreign news, literature, and more.                    

Grundläggande Information om Tillägg

Namn Idiom Idiom
ID pfajlhihbjkkombfboempehkldaipcab
Officiell webbadress https://chromewebstore.google.com/detail/idiom/pfajlhihbjkkombfboempehkldaipcab
Beskrivning Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.
Filstorlek 20.18 KB
Antal Installationer 290
Aktuell Version 1.1.3
Senast Uppdaterad 2020-08-21
Publiceringsdatum 2020-04-28
Betyg 3.80/5 Totalt 5 Betyg
Utvecklare https://getidiom.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://getidiom.com/
Hjälpsida URL https://getidiom.com/
URL till Sekretesspolicy Sidan https://getidiom.com/privacy-policy
Stödda Språk 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"
    ]
}