UrlParams is an extension for Mozilla Firefox (and Seamonkey) which shows the GET and POST parameters of the current page in the browser’s sidebar – written is by Erik Schmidt.
I’m using it for a pretty long time but I dislike some features and new version’s still not comming soon
… So I’ve decided to implement some features which I missing the most. Firstly I really hate the UrlParams‘s UI so I’ve redesign it. Second task is more complicated – I want to save some requests (for future re-launch) and even some series of requests (usefull for site testing).
What is done
- all hardtyped locales moved to locale/en-US
- Czech (cs-CZ) locales created
- bottom buttons moved to sidebar’s toolbar
- GET and POST boxes merged into the one
What’s missing
- requests saving is not finished
- saving of series of requests
support for Flock(implemented)
