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 |
官方網址 | 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'" } |