ChromeDex

Chrome dex extension!

What is ChromeDex?

ChromeDex is a Chrome extension developed by Roberto Deresu, and its main feature is "Chrome dex extension!".

Extension Screenshots

screenshot

Download ChromeDex Extension CRX File

Download ChromeDex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Aceasta extensie faciliteaza cutarea cuvintelor in dex. 

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

Extension Basic Information

Name ChromeDex ChromeDex
ID cglpngappopcccindgkkflonednpjmlb
Official URL https://chromewebstore.google.com/detail/chromedex/cglpngappopcccindgkkflonednpjmlb
Description Chrome dex extension!
File Size 304 KB
Installation Count 74
Current Version 1.0
Last Updated 2019-03-11
Publish Date 2019-03-06
Developer Roberto Deresu
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}