jQuery Debugger
Chrome Developer Tools extension for jQuery development
jQuery Debuggerとは何ですか?
jQuery DebuggerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Chrome Developer Tools extension for jQuery development」です。
拡張機能のスクリーンショット
jQuery Debugger拡張機能のCRXファイルをダウンロード
jQuery Debugger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
New Selector Inspector panel Comfortably inspect your jQuery selectors, and watch their matching elements displayed on any website. Designed to help you understand easily even the most complex selectors. Two new sidebars on the Elements panel jQuery Data sidebar - shows the jQuery and HTML5 data of the selected element. jQuery Events sidebar - shows the event handlers of the selected element, including events that are live or delegated on other elements which have an affect on the selected element.
拡張機能の基本情報
名前 | jQuery Debugger |
ID | dbhhnnnpaeobfddmlalhnehgclcmjimi |
公式URL | https://chromewebstore.google.com/detail/jquery-debugger/dbhhnnnpaeobfddmlalhnehgclcmjimi |
説明 | Chrome Developer Tools extension for jQuery development |
ファイルサイズ | 88.52 KB |
インストール数 | 31,699 |
現在のバージョン | 0.1.3.2 |
最終更新日 | 2013-05-12 |
公開日 | 2013-05-12 |
評価 | 3.63/5 合計 112 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "jQuery Debugger", "version": "0.1.3.2", "description": "Chrome Developer Tools extension for jQuery development", "devtools_page": "pages\/devtools.html", "icons": { "16": "images\/selectorInspecer_16_16.png", "48": "images\/selectorInspecer_48_48.png", "128": "images\/selectorInspecer_128_128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "18" } |