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
电子邮箱 [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"
    ]
}