version 1.3.3 - Download ZIP file
version 1.3.1 - Download ZIP file
version 1.2.4 - Download ZIP file
version 1.2.2 - Download ZIP file
version 1.2.1 - Download ZIP file
Ever wanted to share a link, not just to a webpage, but to a particular section of a webpage?
Most of the time, when you see a header on a webpage, it has an ID associated with it. You can use the ID to create a link to that section, but finding the ID usually means viewing the source code for the page, finding the header element for the section you want, and appending the ID to the URL before sharing it.
It doesn't have to be that hard.
CREATING LINKS AUTOMATICALLY
This extension scans the page and generates links for all headers on the page, assuming they have an ID or Name assigned.
- Hover over any header, and an anchor link will appear.
- Click on the "chain" icon to copy the link to your clipboard.
If there's no ID or Name in the header tag, it will search any elements nested inside the header tag for the first one with an ID or Name assigned. Failing that, it looks at the immediate parent element (i.e. a header nested in a DIV). If it still finds nothing, then no link will be generated or shown.
REQUIRED PERMISSIONS
It'll ask you for permission to read and modify all pages, because that's what it does. It scans the page for headers with IDs (or Names), and then injects one link for each header that has it present.
NEED HELP?
If you need help, have a comment or suggestion, or just want to see the code for yourself, visit the GitHub repo where the source code is hosted. You can open an issue by clicking the "Issues" tab at the top.
https://github.com/grantwinney/generate-links-for-headers-in-chrome
WANT TO LEARN MORE?
If you'd like to write your own Chrome extension, but aren't sure where to start, check out this brief tutorial:
https://grantwinney.com/making-your-first-chrome-extension
Extore is a team of professionals who are passionate about creating extensions for web browsers. This devotion also gives us opportunity to appreciate work of other people. We get inspired by useful, open source extensions made by developers all over the world. Our strong belief is that one should share helpful add-ons with others. That’s why we’d like to present you our ever-growing list of favourite extensions that have inspired us. Moreover, as you probably have already learned, sometimes struggling for the best brings an end to the good. Talking about add-ons it often turns out that an upgrade is worse then previous version. Also it can become really tricky to get back to the beloved version of your favourite extension. That’s why we’re going to make not only the latest, but all versions of our favourite (and we hope yours too) add-ons available for download. No more compromises, just stick to the version you really like!