Link Grabber
An easy to use extractor or grabber for hyperlinks on an HTML page
Extract links from an HTML page and display them in another tab.
Permissions Required:
Link Grabber requires permission to copy links to the clipboard. No other special permissions are required.
Features:
* No usage information / analytics are collected from you
* Use either browser action button or context menu item to activate
* Configurable list of blocked domains
* Filter links by substring match
* Copy links to clipboard
* Show/hide links that appear more than once on the page
* Show/hide links to the same origin as the source page
* Group links by domain
Source Code:
https://github.com/7fffffff/linkgrabber
Thanks to:
Icons by FatCow
http://www.fatcow.com/free-icons
React
http://facebook.github.io/react/
Twitter Bootstrap
http://twitter.github.com/bootstrap
Latest reviews
does just what i needed it to do thanks ! loving it so simple and easy to use , click the icon it opens a second page up with all the links inside it , you can click and copy the ones you want
Pretty good actually
very good
Unable to do it
Great program. Extracted all links I wanted and more. Highly recommend
The color of a link cannot be changed once opened. How can I fix this issue?
I'm a LinkedIn Automation Specialist and this tool saved me and a client from having to purchase linkedin group scrapers. I wish I could pay YOU instead! This tool is golden!
It's an amazing extension, thank you! I have 2 questions. 1. The hide blocked domains feature does not work for me. I entered domains and checked the "hide blocked domain" box, the links still show up. 2. Is there a way to grab all links from multiple webpages at once? Like if 50 links exist on 1 webpage, and I have 10 pages, I want to grab all 500 links at once.
Very useful extension to view all links from a web page. Please consider adding an option to detect links added as html properties, like "data-href='http://....' " and similar.
Very nice extension, please don't remove it from google store, Highly Recommended Extension
AWESOME!
w extension
Very nice extension, please don't remove it from google store, Highly Recommended Extension
A chrome extension that actually works as described, no bugs, and free to boot! Very happy with this Dev's work. thanks!
Works great! Remember to set the "Pin to toolbar" option so you can activate it. This wasn't obvious to me.
Can I sort the results?
wow, very recommended, thank you.
i blocked google.com urls in setting but still i have links in link grabber ?? please fix it
Does exactly what it says, and allows you to narrow your results using filters. Very useful!
wont work on instagram and facebook, loaded 400post keep showing only 55
It just works. :)
You should make a video guide on it that how to use it. It will be helpful for newbies.
Don't listen to John, works perfectly fine on my end. Must be something wrong with your end.
Good !
It used to work about 4 years ago but trying it now on chrome and it just gives a blank page, god knows why the reviews say it works when it clearly don't, fake reviews.
Excellent way to get all the links on a webpage :-)
Excellent way to get all the links on a webpage :-)
Obsessed with this extension!! I especially love that it clarifies which links I've already visited (purple instead of blue). Thanks so much!
Obsessed with this extension!! I especially love that it clarifies which links I've already visited (purple instead of blue). Thanks so much!
Super handy way of dumping web pages. Substitutes things like wget in some circumstances.
Super handy way of dumping web pages. Substitutes things like wget in some circumstances.
WAW I love it! Thank you
WAW I love it! Thank you
Simple et fonctionnel, adopté.
For my use case, I Think its good.
For my use case, I Think its good.
can anyone tell how it is safe?
can anyone tell how it is safe?
top useful extention. works very well
top useful extention. works very well
Thank you for such a great plugin, but I have a small request that I would like to filter the domain using a regular expression, not sure if can add it? function filterLinks(links, s) { var lowerS = s.toLowerCase(); var re = new RegExp("" + lowerS + "", "i"); return links.reduce(function(memo, link) { return link.href.toLowerCase().search(re) >= 0 && memo.push(link), memo; }, []); }
Thank you for such a great plugin, but I have a small request that I would like to filter the domain using a regular expression, not sure if can add it? function filterLinks(links, s) { var lowerS = s.toLowerCase(); var re = new RegExp("" + lowerS + "", "i"); return links.reduce(function(memo, link) { return link.href.toLowerCase().search(re) >= 0 && memo.push(link), memo; }, []); }
Works great, but then I realized, do you reaaaalllyy need to keep the pages relying on the app after the links are attained? If the app crashes, everything goes with it. Thats a little dumb. But good app.
Works great, but then I realized, do you reaaaalllyy need to keep the pages relying on the app after the links are attained? If the app crashes, everything goes with it. Thats a little dumb. But good app.
Would have been so much nicer if only it provided the link title instead. Who needs to see the URL.
Would have been so much nicer if only it provided the link title instead. Who needs to see the URL.
melhor de todos
Amazing!
Amazing!
Very useful for the site I use this to grab links. It even numbers the links for me. Which I needed for HTTrack to download specific pages in order. It places a successive number within the address exactly where I need it, coincidently. I use it to get links off a numbered Index. In turn, each page has its own sub index of pages. All of which this extension numbers for me exactly within the address where I guess it needs to be. It works out , for grabbing links from a numerical orderly index for copy paste into HTTrack. Very good. Before I was trying to use other methods, from Libre Office Calc, to Notepad++. But Link Grabber is fastest and best for what I need. thanks to the dev.