Pixiv AI Generated Prompt Display

Enable you see generated picture prompt easyly on Pixiv.

什么是Pixiv AI Generated Prompt Display?

Pixiv AI Generated Prompt Display是由xxxasdfghjk开发的Chrome扩展程序,该扩展的主要功能是“Enable you see generated picture prompt easyly on Pixiv.”。

扩展截图

screenshot

下载Pixiv AI Generated Prompt Display扩展crx文件

下载Pixiv AI Generated Prompt Display扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Introducing the AI-Generated Image Information Extension, a powerful tool designed to enhance your browsing experience on art-sharing platforms. This innovative extension aims to provide users with valuable insights into AI-generated images by displaying the associated prompts and model information alongside the artwork. With this extension, you'll gain a deeper understanding of the creative process behind each image, fostering transparency and appreciation for AI-generated art.

Key Features:

Prompts Display: Our extension seamlessly integrates with your favorite art-sharing websites, automatically identifying AI-generated images. It then displays the original prompts or input phrases used to create these images, giving you a glimpse into the creative direction that guided the AI's output. But, it is displayed only when metadata exist of image. 

Model Information: Curiosity piqued? Alongside the prompts, you'll find details about the specific AI model that was used to generate the artwork. This includes information about the model architecture, its training data, and its capabilities, offering a comprehensive overview of the technology responsible for the art you're viewing.

Enhanced Appreciation: Understanding the context in which AI-generated images were created enriches your viewing experience. You'll be able to appreciate the artistic choices made by both the prompt creator and the AI model, bridging the gap between human creativity and artificial intelligence.

Transparency: In a world increasingly shaped by AI, transparency matters. Our extension promotes openness by demystifying the AI-generated art process. By showcasing the input prompts and model details, we empower users to engage critically with AI-generated content.

Benefits:

Insightful Exploration: Dive deeper into the world of AI-generated art. Uncover the thought-provoking prompts that initiated the creative process and explore the nuances of different AI models.

Educational Resource: Whether you're an art enthusiast, a tech aficionado, or an educator, our extension serves as an educational tool. Learn about the capabilities and limitations of various AI models and witness their impact on visual art.

Foster Discussions: The extension encourages meaningful conversations about AI's role in art and creativity. Share your discoveries with friends, artists, and tech enthusiasts, sparking dialogues about the intersection of technology and human expression.

Empower Creativity: For artists interested in experimenting with AI-generated art, our extension offers inspiration by showcasing a diverse range of prompts that can trigger novel and unexpected visual outcomes.

Get Started:
Experience the future of AI-generated art with the AI-Generated Image Information Extension. Join us in exploring the intersection of technology and creativity, fostering transparency, and gaining a deeper appreciation for the art that AI can produce.                    

扩展基本信息

名称 Pixiv AI Generated Prompt Display Pixiv AI Generated Prompt Display
ID mpiolmoknakpolmmnmfmhjdnacbbppdd
官方URL https://chromewebstore.google.com/detail/pixiv-ai-generated-prompt/mpiolmoknakpolmmnmfmhjdnacbbppdd
简介 Enable you see generated picture prompt easyly on Pixiv.
文件大小 4.83 MB
安装次数 42
当前版本 1.0
更新时间 2023-08-20
上架时间 2023-08-20
开发者 xxxasdfghjk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/xxxasdfghjk/pixiv-prompt-view-extension
帮助页面URL https://github.com/xxxasdfghjk/pixiv-prompt-view-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pixiv AI Generated Prompt Display",
    "description": "Enable you see generated picture prompt easyly on Pixiv.",
    "version": "1.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pixiv.net\/artworks\/*"
            ],
            "js": [
                "js\/content_script.js",
                "js\/handleOnLoad.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.pixiv.net\/*",
        "https:\/\/i.pximg.net\/*"
    ]
}