Cicero: an Italian to English Dictionary
Italian to English dictionary for reading Italian in your browser.
什么是Cicero: an Italian to English Dictionary?
Cicero: an Italian to English Dictionary是由kellylougheed开发的Chrome扩展程序,该扩展的主要功能是“Italian to English dictionary for reading Italian in your browser.”。
扩展截图
下载Cicero: an Italian to English Dictionary扩展crx文件
下载Cicero: an Italian to English Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | icmiokglnmhdllhbkcmpclfdhgodjgkc |
官方URL | https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc |
简介 | Italian to English dictionary for reading Italian in your browser. |
文件大小 | 8.54 KB |
安装次数 | 106 |
当前版本 | 1.0 |
更新时间 | 2017-06-26 |
上架时间 | 2017-06-26 |
评分 | 1.00/5 共2次评分 |
开发者 | kellylougheed |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |