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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is there a service that allows attaching metadata to a web resource?

1 点作者 torarnv大约 7 年前
Say I want to create a Chrome extension to let me tag YouTube videos (with more advanced tags than what the built in playlists can provide). Where do I store these tags? I could of course use YouTube's own "datastructures" such as playlists and the notes for each playlist item, but that quickly gets hairy/hacky. Is there some kind of DBaaS that easily allows me to tie metadata to each video, with a simple REST API?

3 条评论

vitovito大约 7 年前
Hypothes.is supports open and public annotations of arbitrary URLs, including tags and comments, but the intent is that all tags and annotations are public.<p>It does have an API, and can work via bookmarklets, or by linking to pages by prepending <a href="https:&#x2F;&#x2F;via.hypothes.is&#x2F;" rel="nofollow">https:&#x2F;&#x2F;via.hypothes.is&#x2F;</a>
评论 #16563375 未加载
torarnv大约 7 年前
I guess <a href="https:&#x2F;&#x2F;firebase.google.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;firebase.google.com&#x2F;</a> or something similar is what I&#x27;m looking for :)
torarnv大约 7 年前
Note that the data should be sharable with other users, hence not using the built in Chrome extension storage.