Idiom
Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.
Cos'è Idiom?
Idiom è un'estensione di Chrome sviluppata da https://getidiom.com, e la sua funzione principale è "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Idiom
Scarica i file di estensione Idiom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Read foreign news, literature, and more. Informazioni di Base sull'Estensione
| Nome | |
| ID | pfajlhihbjkkombfboempehkldaipcab |
| URL Ufficiale | https://chromewebstore.google.com/detail/idiom/pfajlhihbjkkombfboempehkldaipcab |
| Descrizione | Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate. |
| Dimensione del File | 20.18 KB |
| Conteggio Installazioni | 290 |
| Versione Corrente | 1.1.3 |
| Ultimo Aggiornamento | 2020-08-21 |
| Data di Pubblicazione | 2020-04-28 |
| Valutazione | 3.80/5 Totale 5 Valutazioni |
| Sviluppatore | https://getidiom.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://getidiom.com/ |
| URL della Pagina di Aiuto | https://getidiom.com/ |
| URL della Pagina della Politica sulla Privacy | https://getidiom.com/privacy-policy |
| Lingue Supportate | 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"
]
} | |