JS Picking
Find the JavaScript variables in the midst of chaos
Overview
What is JS Picking?
Find the JavaScript variables in the midst of chaos.
SCREENSHOT
SUMMARY
This addon helps to find variable paths in your JavaScript application. There are 2 ways of doing this:
- "Value search"': When you know what value the variable has, you can use this to find how to acces this variable.
- "Change search": When you want to find what variables are changed after performing an action.
Second option works by serialising all that is accessible from withing the window object in a big JavaScript string 2 times. Once before a user interaction and once after. A simple diff algorithm is used to see what variables changed. An optional 3th capture can be done to remove noisy variables from the selection that changed without user interaction.
See More
Stats
Trends for JS Picking:
Rank
User count
Category Rank
Rating
Download
HOW TO INSTALL JS Picking FROM A CRX FILE
- Download JS Picking CRX file
- NOTE: Sometimes the browser may block downloading / installing CRX file from outside the Chrome Web Store. If so, you may need to download the ZIP file instead
- In the URL bar, go to chrome://extensions
- Enable Developer mode
Ratings
USER REVIEWS (0)
No reviews