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'" } |