🏷️ UTags - Add usertags to links

Enhance your browsing experience by adding custom tags and notes to users, posts, and videos across the web. Perfect for organizing content, identifying users, and filtering out unwanted posts. Also functions as a modern bookmark management tool. Supports 100+ popular websites including X (Twitter), Reddit, Facebook, Threads, Instagram, YouTube, TikTok, GitHub, Hacker News, Greasy Fork, pixiv, Twitch, and many more.

< Feedback on 🏷️ UTags - Add usertags to links

Question/comment

PipecraftAuthor
§
Posted: 2023/07/27

支持数据导入/导出功能。

如果想批量导入数据,可以把链接与标签弄成下面的格式。

{
  "data": {
    "meta": {
      "databaseVersion": 2
    },
    "https://www.v2ex.com/member/Pipecraft": {
      "tags": ["utags 作者"],
      "meta": {
        "title": "Pipecraft"
      }
    },
    "https://www.v2ex.com/member/Livid": {
      "tags": ["test", "站长"]
    },
    "https://twitter.com/elonmusk": {
      "tags": ["X", "CXO"]
    },
    "https://example.com/": {
      "tags": ["tag1", "tag2"],
      "meta": {
        "title": "Title (optional)"
      }
    }
  }
}


Post reply

Sign in to post a reply.