Idiom
Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.
Apa itu Idiom?
Idiom adalah ekstensi Chrome yang dikembangkan oleh https://getidiom.com, dan fitur utamanya adalah "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Idiom
Unduh file ekstensi Idiom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Read foreign news, literature, and more.
Informasi Dasar Ekstensi
Nama | Idiom |
ID | pfajlhihbjkkombfboempehkldaipcab |
URL Resmi | https://chromewebstore.google.com/detail/idiom/pfajlhihbjkkombfboempehkldaipcab |
Deskripsi | Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate. |
Ukuran File | 20.18 KB |
Jumlah Instalasi | 290 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2020-08-21 |
Tanggal Publikasi | 2020-04-28 |
Penilaian | 3.80/5 Total 5 Penilaian |
Pengembang | https://getidiom.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://getidiom.com/ |
URL Halaman Bantuan | https://getidiom.com/ |
URL Halaman Kebijakan Privasi | https://getidiom.com/privacy-policy |
Bahasa yang Didukung | 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" ] } |