-
18 Aug 2012 11:15 PM #1
ExtJS Developer Tool for Chrome
ExtJS Developer Tool for Chrome
I've been working on a Chrome extension to help developers debug ExtJS enabled applications. I wasn't looking to release this until later, however recent circumstances have changed my mind. Let me know what your feedback is. Check the readme for instructions on how to install.
Current features include:- ExtJS component browser. Allows you to view and modify ExtJS component values. As well as invoke functions. Just try either double clicking the tree nodes or right clicking for the context menu.
- Read data from stores (future versions will include write capabilities)
- Builtin documentation. Helps to keep you from navigating to the website.
- All built with ExtJS so if you're curious to the source code it will be familiar territory.
Thanks,
M
-
19 Aug 2012 12:24 AM #2Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,483
- Vote Rating
- 56
Awesome, a bit like Illuminations for Chrome?
-
20 Aug 2012 4:32 AM #3
Very cool! Some search features would be nice.
-
20 Aug 2012 6:08 PM #4
-
21 Aug 2012 4:55 AM #5
Looking forward to it. This has a lot of potential

-
24 Sep 2012 12:15 PM #6
ExtJS and manifest_version 2
ExtJS and manifest_version 2
Anyone have luck writing an ExtJS 4 chrome extension using manifest_version 2 ?
I am able to launch my app without trouble using manifest_version 1, but using the workarounds in the discussions linked below I still am not able to launch my application (see console errors).
I am not asking for debug help -- I am hoping someone has a manifest_version 2 sandbox to start from.
Here's some background on Chrome's Content Security Policy.Code:Uncaught Error: Code generation from strings disallowed for this context === ext-debug.js:13667 Uncaught TypeError: Cannot call method 'get' of undefined === ext-debug.js:12929 Failed to load resource === chrome-extension://jbbnakakaejhojbmmpdcbbfkjnanmeda/lib/ext/src/dom/CompositeElement.js?_dc=1348517342807 Uncaught TypeError: Cannot read property 'VISIBILITY' of undefined === lib/ext/src/panel/Panel.js?_dc=1348517342808:293 Failed to load resource === chrome-extension://jbbnakakaejhojbmmpdcbbfkjnanmeda/lib/ext/src/Element.js?_dc=1348517342811 Failed to load resource === chrome-extension://jbbnakakaejhojbmmpdcbbfkjnanmeda/lib/ext/src/CompositeElementLite.js?_dc=1348517342811 Uncaught Error: Code generation from strings disallowed for this context === lib/ext/src/dom/Query.js?_dc=1348517342819:154
Here's a discussion about the policy which links to an iframe workaround.
-
8 Jan 2013 6:59 PM #7
Same problem here ... will check it out tomorrow. Would be cool to have some free chrome&firebug plugin for ExtJS, such as http://www.illuminations-for-developers.com/


Reply With Quote