az0 / linkgopher

Firefox/Google Chrome add-on: Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for inspection or copy and paste into other systems.
GNU General Public License v3.0
257 stars 56 forks source link

Please add URL detection for multiple opened tabs #16

Open StealthBlackOxide opened 6 years ago

StealthBlackOxide commented 6 years ago

Could you add a function to detect URLs/Links for multiple opened tabs (not just for the site in front)?

az0 commented 6 years ago

By "multiple" you mean "all" and not "some"? "Some" implies that the user would select which tabs to process and which tabs to ignore.

StealthBlackOxide commented 6 years ago

Yes, I mean "all". You could also add an option for "some" tabs (if further dev time is available) but I don't need that and I guess people who are on a trip to collect urls have only the things open that they want to collect.

andrewdbate commented 4 years ago

@StealthBlackOxide I have implemented this in my fork. You could try https://github.com/andrewdbate/linkgopher/ if you are interested?