Can Quick Look be made into an application to preview URLs in apps like Twitter?

Lion's improved Quick Look can now preview web pages. The full screen view and quick launching make it superb for peeking at a web page without having to launch a browser; which, in my case, always has many tabs to open from a previous session that I plan to revisit later.

I use an app called Choosy that will let me choose which browser to use when I click on a link [outside the browser]. This alleviates the concern that Quick Look isn't suitable as a permanent replacement. I would like to use Quick Look as a choice of browsers, but I've since discovered that Quick Look isn't an application.

Can an app be made that will workaround this road bump? An app that just opens items in Quick Look that simply functions as a way to choose it as an opener or as a choice in Choosy. My main concern is that I want to be able to open a URL in the Twitter app and have it open in Quick Look. I have been spoiled by Twitter for iOS in this regard. Also, it would also be nice to use it as the default opener for images as well.


I've written an AppleScript wrapper for qlmanage called "Have A Quick Look":

http://dougscripts.com/471

However, in Lion, the qlmanage app opens and causes some conflicts with iTunes. Oh well.


I was able to create an application using Automator to open files in Quick Look. I used the "View With Quick Look" action found at this website and it works without issue for local files - right click, tell it to open using the app, and presto! Opens in Quick Look.

However - I am not sure of a way to pass this action a URL. The description states that it only takes files/folders as inputs, and to be sure, I'm not familiar with how to get Quick Look to work on something that isn't part of the filesystem.

I was thinking that perhaps you could download a copy of the page and Quick Look that, but at that point you could just open it up in the browser.