TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Pinpointer – A Firefox extension to share links to page elements

91 点作者 Rumperuu将近 7 年前

5 条评论

Rumperuu将近 7 年前
I wanted to try making a browser extension and it seemed weird to me that there didn&#x27;t seem to exist any means of linking to specific elements on a web page if they hadn&#x27;t been given IDs to make a fragment identifier out of, so I made this.<p>You select a page element and generate a link, which you can then share. For someone without the extension, the link will work as normal and just take them to the page, but someone with the extension will have the selected element focused on and highlighted for them.<p>There&#x27;s also a repo on GitHub (for now)[1] and I wrote about how I made it[2]. My next priorities are to make it not look like ass and to shorten the links somehow. Let me know what you think.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;Rumperuu&#x2F;Pinpointer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Rumperuu&#x2F;Pinpointer</a><p>[2] <a href="https:&#x2F;&#x2F;bengoldsworthy.net&#x2F;2018&#x2F;04&#x2F;developing-pinpointer&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bengoldsworthy.net&#x2F;2018&#x2F;04&#x2F;developing-pinpointer&#x2F;</a>
评论 #17560994 未加载
评论 #17559018 未加载
评论 #17558679 未加载
评论 #17557381 未加载
insomniacity将近 7 年前
&quot;It requires your permission to: Access your data for all web sites&quot;<p>I wish Firefox had a permission along the lines of &#x27;Access all data from pages on which I activate the extension&#x27;, which is presumably all this would need.
评论 #17557855 未加载
评论 #17558104 未加载
评论 #17560426 未加载
mosselman将近 7 年前
A video or a few screenshots would help me understand how it works better and probably help with the number of installs.
severine将近 7 年前
I have installed it and it doesn&#x27;t work.<p>In the Mozilla addons page it just says &quot;<i>Pinpointer error</i>&quot;.<p>In this HN page, it prompts me to select and click a green button, but fails to do anything.<p>It&#x27;s an interesting concept, keep going!<p>edit: Firefox 62.0b9 (32-bit) in up-to-date Ubuntu 16.04, with uMatrix and other extensions running.
评论 #17557641 未加载
评论 #17557564 未加载
评论 #17557767 未加载
miga将近 7 年前
Great fix for one of biggest web usability issues when quoting, and referencing complex documents.