AI 产品解读Collect image tags from Danbooru-style imageboards and copy them to the clipboard in a format suitable for AI image generation prompts.
Manually copying and formatting tags from imageboards for use in Stable Diffusion or NovelAI prompts is tedious. This extension automates the extraction and formatting of tags (character and general) to save time.
1. User navigates to an imageboard page (e.g., Danbooru). 2. User right-clicks and selects 'DanTagCopy: tags to clipboard' or uses the extension popup. 3. The extension's content script extracts tags from the page's sidebar DOM. 4. The service worker formats the tags according to user preferences (Diffusion/NovelAI format, sorting, escaping). 5. The formatted text is written to the system clipboard.
Extracts character and general tags from the page sidebarFormats tags for Stable Diffusion (space-separated, underscores) or NovelAI (comma-separated)Optionally escapes parentheses/brackets for prompt weighting compatibilityOptionally includes the source page URL in the outputSorts tags by character group, scene group, or no sortAdds a context menu item 'DanTagCopy: tags to clipboard' for easy access
- 目标用户
- AI image generation users (Stable Diffusion, NovelAI) / Danbooru and similar imageboard users who create prompts
- The extension is designed specifically for Danbooru-style imageboards (parsing 'sidebar', 'tag-type-4', 'tag-type-0' classes). It may not work on other imageboards without modification. The source code is bundled/minified, making some logic harder to trace, but the core functionality is clear from the content script and event handler.
付费分析未识别到付费功能
The extension is completely free. There are no references to payment platforms, subscription management, license keys, or premium feature gating. The popup only contains configuration options (tag format, sorting, escaping) and links to GitHub, Twitter, and an Amazon donate link. The 'pro' keyword matches in static analysis were false positives (e.g., 'apron', 'Bulletproof vest', 'Project page', 'promise').
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement any login mechanism, nor does it redirect to a destination service that requires authentication. It operates locally on the page to extract tags from Danbooru-style image boards. Danbooru itself may require login for some features, but this extension simply parses the DOM of the current page and does not gate its functionality behind an account.
Thank You!
Work. Awesome. Users can switch SD prompts format (1girl cat_ears) or Novel AI prompts format (1girl, cat ears) when clik on the this extension icon.
I was just thinking about writing a tool like this. Awesome work!