DanTagCopy

Tags to clipboard, for diffusion on webpages.

Wat is DanTagCopy?

DanTagCopy is een Chrome-extensie ontwikkeld door daisybellcore, en de belangrijkste functie is "Tags to clipboard, for diffusion on webpages.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DanTagCopy

Download DanTagCopy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        In web page collect tags for diffusion prompt. 
画像に付けられたタグをクリップボードに集めるアドオンです。 
StableDiffusion, NovelAIDiffusionのプロンプトに使うタグを一括で取得することで、AI画像生成などに用いる呪文探しを助けます。                    

Basisinformatie over de Extensie

Naam DanTagCopy DanTagCopy
ID bnpbaljjkmiiglbgmbhkionpfkbnomlc
Officiële URL https://chromewebstore.google.com/detail/dantagcopy/bnpbaljjkmiiglbgmbhkionpfkbnomlc
Beschrijving Tags to clipboard, for diffusion on webpages.
Bestandsgrootte 26.02 KB
Aantal Installaties 466
Huidige Versie 1.16
Laatst Bijgewerkt 2023-06-19
Publicatiedatum 2022-10-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar daisybellcore
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MichinariNukazawa/DanTagCopy_diffusion_tags_clipboard_webextension
Help Pagina-URL https://twitter.com/MNukazawa
Ondersteunde Talen 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"
    ]
}