Cicero: an Italian to English Dictionary
Italian to English dictionary for reading Italian in your browser.
Cicero: an Italian to English Dictionary là gì?
Cicero: an Italian to English Dictionary là một tiện ích mở rộng Chrome được phát triển bởi kellylougheed, và tính năng chính của nó là "Italian to English dictionary for reading Italian in your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cicero: an Italian to English Dictionary
Tải xuống các tệp mở rộng Cicero: an Italian to English Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | icmiokglnmhdllhbkcmpclfdhgodjgkc |
URL Chính Thức | https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc |
Mô tả | Italian to English dictionary for reading Italian in your browser. |
Kích Thước Tệp | 8.54 KB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-06-26 |
Ngày Phát Hành | 2017-06-26 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | kellylougheed |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |