Pulling links into Chrome extension popup.html
How do you go about pulling all links (hyper and text) from the page being viewed into popu开发者_StackOverflow中文版p.html once it is launched? I want to make these appear in a textbox within popup.html.
You should try something like this: http://jsfiddle.net/wcKGg/
精彩评论