DanTagCopy
Tags to clipboard, for diffusion on webpages.
What is DanTagCopy?
DanTagCopy is a Chrome extension developed by daisybellcore, and its main feature is "Tags to clipboard, for diffusion on webpages.".
Extension Screenshots
Download DanTagCopy Extension CRX File
Download DanTagCopy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
In web page collect tags for diffusion prompt. 画像に付けられたタグをクリップボードに集めるアドオンです。 StableDiffusion, NovelAIDiffusionのプロンプトに使うタグを一括で取得することで、AI画像生成などに用いる呪文探しを助けます。
Extension Basic Information
Name | DanTagCopy |
ID | bnpbaljjkmiiglbgmbhkionpfkbnomlc |
Official URL | https://chromewebstore.google.com/detail/dantagcopy/bnpbaljjkmiiglbgmbhkionpfkbnomlc |
Description | Tags to clipboard, for diffusion on webpages. |
File Size | 26.02 KB |
Installation Count | 466 |
Current Version | 1.16 |
Last Updated | 2023-06-19 |
Publish Date | 2022-10-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | daisybellcore |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/MichinariNukazawa/DanTagCopy_diffusion_tags_clipboard_webextension |
Help Page URL | https://twitter.com/MNukazawa |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DanTagCopy", "version": "1.16", "description": "Tags to clipboard, for diffusion on webpages.", "homepage_url": "https:\/\/github.com\/MichinariNukazawa\/DanTagCopy_diffusion_tags_clipboard_webextension", "author": "[email protected]", "icons": { "128": "icons\/icon128.png" }, "action": { "default_title": "DanTagCopy", "default_icon": "icons\/icon128.png", "default_popup": "popup\/popup_menu.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ ".\/content.js" ] } ], "background": { "service_worker": "event.js" }, "permissions": [ "activeTab", "notifications", "storage", "contextMenus" ] } |