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
公式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
Eメール [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"
    }
}