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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A Chrome extension for Delicious/Pinboard

7 点作者 zakj大约 13 年前
My partner and I are avid users of Delicious/Pinboard and wanted a quick way to add to and access our stored bookmarks. We created a Chrome extension to scratch that itch. It shows your ten most-recent bookmarks by default, with a fast search interface to find older bookmarks, and keyboard shortcuts for navigation. We plan to add pagination in an upcoming release, and have considered adding support for Safari as well as alternate bookmarking backends.<p>The (mostly CoffeeScript) source is up on GitHub, and may be interesting as an example of caching Backbone Collections in localStorage or using in-page iframes to simulate opening a Chrome extension popup via keyboard shortcut.<p>Is this something you find useful? We welcome comments or suggestions.<p><pre><code> https://chrome.google.com/webstore/detail/ndjggnnohdkheiijjhbklkanjcpibbng https://github.com/cabin/linkhunter</code></pre>

3 条评论

tnorthcutt大约 13 年前
Looks well put together. A few comments:<p>1. I suggest adding they keyboard shortcuts/other instructions to <a href="http://madebycabin.com/work/linkhunter" rel="nofollow">http://madebycabin.com/work/linkhunter</a><p>2. I suggest making the "Linkhunter" item in the context menu opened by right-clicking link to <a href="http://madebycabin.com/work/linkhunter" rel="nofollow">http://madebycabin.com/work/linkhunter</a> instead of <a href="http://madebycabin.com/" rel="nofollow">http://madebycabin.com/</a><p>3. Ctrl+j (for me) opens Chrome's Downloads page. Since you use a capital "j" in describing the shortcuts, I tried ctrl+shift+j, but that opens the console in developer tools. How can I use the keyboard shortcuts?<p>4. Autocompletion of tags when adding a bookmark would be a very good feature to add (IMO).
评论 #3674250 未加载
zakj大约 13 年前
Clickable links:<p><a href="https://chrome.google.com/webstore/detail/ndjggnnohdkheiijjhbklkanjcpibbng" rel="nofollow">https://chrome.google.com/webstore/detail/ndjggnnohdkheiijjh...</a><p><a href="https://github.com/cabin/linkhunter" rel="nofollow">https://github.com/cabin/linkhunter</a>
评论 #3669292 未加载
rgregory大约 13 年前
This is fantastic. Thank you.