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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Cicero: an Italian to English Dictionary Cicero: an Italian to English Dictionary
ID icmiokglnmhdllhbkcmpclfdhgodjgkc
官方網址 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"
    }
}