右鍵功能有兩種...一種是 APP 提供的, 一種是系統的, 加選項進去不難. 但要在程式控制, 還要改參數就.... 不是難, 是煩.
另一種方法我比較喜歡, 用 AUTOIT 寫一個外掛, 當你 foucs 在 chorme 或是 firefox 時按下比方說 F6, 會自動 copy current url line 到 s= 也就是把 6158 copy 下來.
然後在組成新字串
http://w.wantgoo.com/Stock/6158 , 並 open new window 然後 paste url 後 enter
-------
另一種方法是...使用 c# 將 browser 包起來, 然後做一個 button 控制你想要的行為...