JS Runtime Inspector
Explore your javascript runtime
What is JS Runtime Inspector?
JS Runtime Inspector is a Chrome extension developed by Anvaka, and its main feature is "Explore your javascript runtime".
Extension Screenshots
Download JS Runtime Inspector Extension CRX File
Download JS Runtime Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :).
Extension Basic Information
Name | JS Runtime Inspector |
ID | iilpjebedgohcmlffhnkhbjhabkdhfmn |
Official URL | https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn |
Description | Explore your javascript runtime |
File Size | 19.35 KB |
Installation Count | 2,773 |
Current Version | 0.2 |
Last Updated | 2013-02-14 |
Publish Date | 2013-02-14 |
Rating | 4.18/5 Total 11 Ratings |
Developer | Anvaka |
Payment Type | free |
Supported Languages | 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'" } |