JS Runtime Inspector
Explore your javascript runtime
JS Runtime Inspectorとは何ですか?
JS Runtime InspectorはAnvakaによって開発されたChromeの拡張機能で、その主な機能は「Explore your javascript runtime」です。
拡張機能のスクリーンショット
JS Runtime Inspector拡張機能のCRXファイルをダウンロード
JS Runtime Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows developers to search javascript objects in runtime by their name or value. It traverses the entire javascript objects graph and matches each property of every object against given pattern. So be careful in what you are typing in the search field. It can easily hang your browser. Extension is open source and your contribution is highly welcomed here: https://github.com/anvaka/jsruntime Let me know what you think :).
拡張機能の基本情報
名前 | JS Runtime Inspector |
ID | iilpjebedgohcmlffhnkhbjhabkdhfmn |
公式URL | https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn |
説明 | Explore your javascript runtime |
ファイルサイズ | 19.35 KB |
インストール数 | 2,773 |
現在のバージョン | 0.2 |
最終更新日 | 2013-02-14 |
公開日 | 2013-02-14 |
評価 | 4.18/5 合計 11 レビュー |
開発者 | Anvaka |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JS Runtime Inspector", "description": "Explore your javascript runtime", "version": "0.2", "icons": { "16": "assets\/logo-16.png", "128": "assets\/logo-128.jpg" }, "devtools_page": "main.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |