Link Grabber
Extension Actions
- Extension status: Featured
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
- Valeera
- 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
- Razor9111
- Pretty good actually
- Mohammad Omidi
- very good
- Alekhya Das
- Unable to do it
- Alex Nona
- Great program. Extracted all links I wanted and more. Highly recommend
- Matthew Wood
- The color of a link cannot be changed once opened. How can I fix this issue?
- Oshane Panton
- 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!
- Edwin Szeto
- 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.
- Melvin Nava (MEL)
- 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.
- Nisad Hossain
- Very nice extension, please don't remove it from google store, Highly Recommended Extension
- Jah Sketchcatt
- AWESOME!
- 雨夜 Amaya
- w extension
- Muhammad Abu Bakar Saddique
- Very nice extension, please don't remove it from google store, Highly Recommended Extension
- Scot Morgan
- A chrome extension that actually works as described, no bugs, and free to boot! Very happy with this Dev's work. thanks!
- P Lawzzz
- Works great! Remember to set the "Pin to toolbar" option so you can activate it. This wasn't obvious to me.
- Oo Fa
- Can I sort the results?
- Hanin Ibrahim
- wow, very recommended, thank you.
- mazhar saleem
- i blocked google.com urls in setting but still i have links in link grabber ?? please fix it
- Lisa Lavandula
- Does exactly what it says, and allows you to narrow your results using filters. Very useful!
- 21 Creative Media
- wont work on instagram and facebook, loaded 400post keep showing only 55
- Fatin
- It just works. :)
- Faisal Awan
- You should make a video guide on it that how to use it. It will be helpful for newbies.
- Christina Lee
- Don't listen to John, works perfectly fine on my end. Must be something wrong with your end.
- Виталий
- Good !
- john
- 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.
- Frank F
- Excellent way to get all the links on a webpage :-)
- Frank F
- Excellent way to get all the links on a webpage :-)
- bella
- Obsessed with this extension!! I especially love that it clarifies which links I've already visited (purple instead of blue). Thanks so much!
- bella
- Obsessed with this extension!! I especially love that it clarifies which links I've already visited (purple instead of blue). Thanks so much!
- Darik Horn
- Super handy way of dumping web pages. Substitutes things like wget in some circumstances.
- Darik Horn
- Super handy way of dumping web pages. Substitutes things like wget in some circumstances.
- Ben Foumen
- WAW I love it! Thank you
- Ben Foumen
- WAW I love it! Thank you
- Shenmue Is Life
- Simple et fonctionnel, adopté.
- CatCitizen Citizen
- For my use case, I Think its good.
- CatCitizen Citizen
- For my use case, I Think its good.
- PON OAKDOM
- can anyone tell how it is safe?
- PON OAKDOM
- can anyone tell how it is safe?
- MiKK3
- top useful extention. works very well
- MiKK3
- top useful extention. works very well
- John Delgado
- 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; }, []); }
- John Delgado
- 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; }, []); }
- Deny Tran
- 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.
- Deny Tran
- 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.
- Ron Turnbull
- Would have been so much nicer if only it provided the link title instead. Who needs to see the URL.
- Ron Turnbull
- Would have been so much nicer if only it provided the link title instead. Who needs to see the URL.
- AFFINITY REVOLUTION BRASIL
- melhor de todos
- Aaron Amir
- Amazing!
- Aaron Amir
- Amazing!
- John D
- 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.