Short Search URLs
Short Search URLs
My idea also spawned from the fact that I use search shortcuts in Chrome, to search directly in custom websites.
For example if I type "glotnl" into the Chrome omnibar followed by a Dutch word, it will lookup the Dutch word instantly, directing the browser straight to the page: http://interglot.nl/woordenboek?word=probleem&SrcLang=1&DstLang=2
(see below for how to set up a custom Chrome search URL)
It would be ideal if I could do this on any browser anywhere in the world at any time (lol) and this should be achievable by combining the short URL concept with the pre-programmed search concept.
So to cut to the chase, I want to be able to create a short URL, like for example sn.im/glotnl that I can place a search term after, e.g. sn.im/glotnl/probleem that will translate to:
Maybe an idea for Google to put through their labs.
To set up a custom Chrome search URL:
A search URL is defined by using the URL of the search results page and inserting %s at the position where the search term should be. So for example my search URL for interglot.nl is
http://interglot.nl/woordenboek?word=%s&SrcLang=1&DstLang=2. I then have "glotnl" as my keyword. So Chrome knows that when I type the following in the omnibar:
glotnl probleem
Chrome automatically fills my search term "probleem" into the URL I defined and takes me straight to: http://interglot.nl/woordenboek?word=probleem&SrcLang=1&DstLang=2 - voila!
Comments
Post a Comment
I really appreciate you taking the time to comment, thank you!