Dicc.io - Instant Dictionary

Double click on a word to view its translations in the pop up dictionary.

Dicc.io - Instant Dictionaryとは何ですか?

Dicc.io - Instant DictionaryはBesmart Andorraによって開発されたChromeの拡張機能で、その主な機能は「Double click on a word to view its translations in the pop up dictionary.」です。

拡張機能のスクリーンショット

screenshot

Dicc.io - Instant Dictionary拡張機能のCRXファイルをダウンロード

Dicc.io - Instant Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Dicc.io busca en más de 500 diccionarios para encontrar la definición más correcta.                    

拡張機能の基本情報

名前 Dicc.io - Instant Dictionary Dicc.io - Instant Dictionary
ID mkjelhimddbcbpinlcagdhcmkgamkejp
公式URL https://chrome.google.com/webstore/detail/diccio-diccionario/mkjelhimddbcbpinlcagdhcmkgamkejp
説明 Double click on a word to view its translations in the pop up dictionary.
ファイルサイズ 409 KB
インストール数 106
現在のバージョン 1.0
最終更新日 2016-05-15
公開日 2016-05-15
評価 1.00/5 合計 2 レビュー
開発者 Besmart Andorra
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://dicc.io
ヘルプページのURL http://dicc.io/tutorial/
対応言語 de,en,fr,nl,tr,ca,es,it,el,ru,zh-CN,ja,ko
manifest.json
{
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "pages\/page_action.html",
        "default_title": "Click here to quickly view translations for selected word."
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/simple_retriever.css"
            ],
            "exclude_matches": [
                "*:\/\/*.dicc.io\/*"
            ],
            "js": [
                "js\/simple_retriever.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; media-src http:\/\/dicc.io",
    "default_locale": "es",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/dicc.io\/",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "dicc.io",
    "omnibox": {
        "keyword": "define"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "tts"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "pages\/options.html"
    ]
}