JavaScript development addon for browsers

2020-06-28 13:02发布

Is there an addon that assists JavaScript (client-side) web development in browsers other than Firefox, for which Firebug suffices?

Especially something for Internet Explorer (version 7) and Opera (version 9) with which I'm currently experiencing issues.

Information about development tools like Firebug, are welcome for any browser.

7条回答
走好不送
2楼-- · 2020-06-28 13:22

Safari 4 (beta) (for both Mac and PC) may help you, but after you download it and install it you'll need to go into your preferences and turn on the Developer settings, then restart Safari. This will give you a Developer file menu item with choices to change the User Agent, JavaScript Profiler and Debugger and a great little Web Inspector window (either docked or floating) which gives you access to (X)HTML, CSS, Resources (assets and timing), JavaScript, JavaScript Profiling and HTML5 database.

In addition it gives you a JavaScript console so you can make calls into the current rendered page to check for settings, variables, DOM walking and many other various little goodies, all in real-time. Quite powerful and really nice.

Once you've tweeked what you're tweeking, simply copy your changes (or note them then) make the changes to your source. I've only started accessing the power of it and I have to say, it's so far been a real joy to use - surprisingly so.

查看更多
▲ chillily
3楼-- · 2020-06-28 13:24

IE Developer Toolbar

Opera? Never an option! Webkit may be more important.

查看更多
我想做一个坏孩纸
4楼-- · 2020-06-28 13:29

Safari 4's Web Inspector is great.

Steve

查看更多
三岁会撩人
6楼-- · 2020-06-28 13:45
小情绪 Triste *
7楼-- · 2020-06-28 13:47

If you are using IE8 - Press F12 and you will see the fantastic developer tool window.

If you are using earlier versions IE Developer Toolbar maybe handy.

For Opera you can use DragonFly or this might help

查看更多
登录 后发表回答