ChromeDex

Chrome dex extension!

什么是ChromeDex?

ChromeDex是由Roberto Deresu开发的Chrome扩展程序,该扩展的主要功能是“Chrome dex extension!”。

扩展截图

screenshot

下载ChromeDex扩展crx文件

下载ChromeDex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Aceasta extensie faciliteaza cutarea cuvintelor in dex. 

Pentru a cauta un cuvant, acesta trebuie selectat, apoi click dreapta si click pe optiunea "Definitie pentru: .."                    

扩展基本信息

名称 ChromeDex ChromeDex
ID cglpngappopcccindgkkflonednpjmlb
官方URL https://chromewebstore.google.com/detail/chromedex/cglpngappopcccindgkkflonednpjmlb
简介 Chrome dex extension!
文件大小 304 KB
安装次数 74
当前版本 1.0
更新时间 2019-03-11
上架时间 2019-03-06
开发者 Roberto Deresu
电子邮箱 [email protected]
付费类型 free
支持的语言 ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeDex",
    "version": "1.0",
    "description": "Chrome dex extension!",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/menuItems.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/contentscript.js",
                "lib\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "definitions.html",
        "js\/definitions.js",
        "css\/definitions.css",
        "css\/modal-frame.css",
        "lib\/jquery.min.js",
        "lib\/bootstrap.min.js",
        "lib\/bootstrap.min.css"
    ]
}