Writing Google chrome extension for GET query
Posted
by Yada
on Stack Overflow
See other posts from Stack Overflow
or by Yada
Published on 2010-03-13T22:07:59Z
Indexed on
2010/03/13
22:15 UTC
Read the original article
Hit count: 573
google-chrome
I'm trying to write a Google chrome extension so that I can highlight text that appear on any website and perform at GET query to another website. It will open the query in new tab.
For example if I highlight the text "google chrome" and right click to activate the chrome extension it will open http://example.com/index.php?q=google%20chrome in a new tab.
What the best way to go about doing this?
© Stack Overflow or respective owner