DOM Events Dispatcher

This extension allows dispatching events on selected elements

DOM Events Dispatcherとは何ですか?

DOM Events Dispatcherはmrfrankelによって開発されたChromeの拡張機能で、その主な機能は「This extension allows dispatching events on selected elements」です。

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

screenshot
screenshot

DOM Events Dispatcher拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows dispatching events on selected elements                    

拡張機能の基本情報

名前 DOM Events Dispatcher DOM Events Dispatcher
ID mjghdkodmdajgnihppghflegjhemfjek
公式URL https://chromewebstore.google.com/detail/dom-events-dispatcher/mjghdkodmdajgnihppghflegjhemfjek
説明 This extension allows dispatching events on selected elements
ファイルサイズ 326 KB
インストール数 56
現在のバージョン 0.0.2
最終更新日 2019-02-07
公開日 2019-02-03
評価 5.00/5 合計 1 レビュー
開発者 mrfrankel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/MrFrankel/Chrome-Devtools-Extension-Event-Dispatcher
ヘルプページのURL https://github.com/MrFrankel/Chrome-Devtools-Extension-Event-Dispatcher
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DOM Events Dispatcher",
    "short_name": "DOM Events Dispatcher",
    "description": "This extension allows dispatching events on selected elements",
    "version": "0.0.2",
    "devtools_page": ".\/src\/devtools.html",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/src\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}