Cicero: an Italian to English Dictionary
Italian to English dictionary for reading Italian in your browser.
Apa itu Cicero: an Italian to English Dictionary?
Cicero: an Italian to English Dictionary adalah ekstensi Chrome yang dikembangkan oleh kellylougheed, dan fitur utamanya adalah "Italian to English dictionary for reading Italian in your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cicero: an Italian to English Dictionary
Unduh file ekstensi Cicero: an Italian to English Dictionary 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
Learning Italian? Tired of reading Italian in your browser and then switching to another window for your dictionary? Have your Italian-to-English dictionary in the very same window with this browser extension! Read Italian and look up words at the same time without leaving your page. Grammar help and Italian definitions also provided when available.
Informasi Dasar Ekstensi
Nama | |
ID | icmiokglnmhdllhbkcmpclfdhgodjgkc |
URL Resmi | https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc |
Deskripsi | Italian to English dictionary for reading Italian in your browser. |
Ukuran File | 8.54 KB |
Jumlah Instalasi | 106 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-06-26 |
Tanggal Publikasi | 2017-06-26 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | kellylougheed |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cicero: an Italian to English Dictionary", "short_name": "Cicero", "description": "Italian to English dictionary for reading Italian in your browser.", "author": "Kelly Lougheed", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.glosbe.com\/*" ], "browser_action": { "default_title": "", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |