Here is a example to show you how to injection JavaScript into web page via browser extension.
Open command prompt as administrator and enter the command:
Regsvr32.exe IeExtension.dll
- Chrome : window.open(“URL”, “_blank”) , hyperlink with target _blank
- Firefox: window.open(“URL”, “_blank”) , hyperlink with target _blank
- Safari: hyperlink with target _self
- IE: window.open(“URL”, “_blank”) , hyperlink with target _blank
Open browser extension's option page to set up.
My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard
or http://bhtalk.blogspot.tw/