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