Hi, I am working on a project using web2py and found clicking on trouble tickets rather a nuisance. So I wrote a Chrome extension that watches for web2py error pages and, when it finds one, opens the trouble ticket in an iframe, thus saving me a couple clicks and a bunch of time. It's on github<https://github.com/agarden/web2py-devmode-chrome>. Packed extension is on the download page<https://github.com/agarden/web2py-devmode-chrome/downloads> .
Alexander