Generate Links for Headers Generate Links for Headers

Productivity
Version: 1.3.8
Last Update: 2022-11-15

Overview

Generate Links for Headers is a Chrome extension developed by Grant Winney. According to the data from Chrome web store, current version of Generate Links for Headers is 1.3.8, updated on 2022-11-15.
348 users have installed this extension. 10 users have rated this extension with an average rating of .

Automatically generates links for all headers on the page, to make it easier to share specific sections of the page.

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

Rating

10 ratings

Total Installs

348

Information

Last Update

2022-11-15

Current Version

1.3.8

Size

36.99KiB

Author

Grant Winney

Website

None

Category

Productivity

Latest Reviews

See More

avatar Jerry R Cole - LightBox
2022-03-22

Truly plug and play! Works great. I like that the link icon only appears after you hover your mouse over the heading. As other reviewers have noted, the extension only generates anchor links if the author of the page properly added an html ID to the heading element.

avatar Pavol Kutaj
2021-10-09

Works as expected out-of-the-box in an elegant, non-intrusive, single-click manner: you built the right thing, which is the hardest part of software as per https://www.simplethread.com/20-things-ive-learned-in-my-20-years-as-a-software-engineer/

:)

avatar Douglas Cooper
2020-07-04

Excellent. Simple design.

avatar Denis Couto
2019-10-02

Just what I was looking for, as a Support Engineer I have to share product documentations which can be quite long to read, but now I can link the specific section of it and easily share with my customers.

avatar Bryan Stark
2019-06-29

This works great for webpages that are structured correctly and actually use the H2, H3 etc., headings. But for pages that don't use that, instead I guess they use something else, this ext, won't work. For example I looked at a page that has the h3 tags around text but this ext wasn't showing a link.