I want to create a Chrome extension that allows the user to download text that has been captured via one or more regexes. To learn how to create such an extension, I have downloaded and installed one of Chrome's Sample Extensions: the one titled Download Selected Links.
The extension icon shows up in my browser, and the regex appears to be working properly (the pop-up window shows a long list of links that seem to clearly have been scraped from the tab I'm on), but when I click the 'Download All' button, the pop-up window closes and none of the links I have selected is downloaded.