Hacker News new | ask | show | jobs
by mun2mun 5465 days ago
Firebug with

Firecookie http://www.softwareishard.com/blog/firecookie/

Firequery http://firequery.binaryage.com/

Firepicker http://thedarkone.github.com/firepicker/

Jsonview http://jsonview.com/

Colorzilla http://www.colorzilla.com/firefox/

1 comments

> Firecookie http://www.softwareishard.com/blog/firecookie/

Built into the Webkit Developer Tools

> Firequery http://firequery.binaryage.com/

jQuery objects visualisation (in console and inspector) are in the Developer Tools, rest is not (though the injection is a bookmarklet/browser extension away)

> Firepicker http://thedarkone.github.com/firepicker/

Missing indeed, Opera's Dragonfly has a color picker but the webkit devtools don't.

> Jsonview http://jsonview.com/

https://chrome.google.com/webstore/detail/chklaanhfefbnpoihc...

https://chrome.google.com/webstore/detail/ddngkjbldiejbheifc...

https://github.com/rfletcher/safari-json-formatter

> Colorzilla http://www.colorzilla.com/firefox/

https://chrome.google.com/webstore/detail/hmdcmlfkchdmnmnmhe... ?

Well for cookies chrome only shows the value, gives less control than firecookie. Other extensions seems 'hacky' solutions, doesn't feel integrated, some time slow. Also for css editing like add style, increasing/decreasing css rule value firebug is still better than chrome inspector (chrome still does not support increasing/decreasing in metrics tab). But javascript debugging experience is better in chrome. Chrome has good profiler, can add XHR breakpoint, listen for various event listener.

On an unrelated note I can't live without tree style tabs(On average I have 30+ open tabs, which is unmanageable in chrome, hangs some time) and vimperator. All in all I still prefer firefox.