Generative Prompts

An extension for displaying entries from the Awesome ChatGPT Prompts repository and featuring a prompt generator.

Generative Prompts là gì?

Generative Prompts là một tiện ích mở rộng Chrome được phát triển bởi https://alpererdogan.dev, và tính năng chính của nó là "An extension for displaying entries from the Awesome ChatGPT Prompts repository and featuring a prompt generator.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Generative Prompts

Tải xuống các tệp mở rộng Generative Prompts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension is a simple ChatGPT interface that provides a facilitating interface for queries created for ChatGPT by contributors to the awesome ChatGPT Prompts repository, and personality prompts for a machine learning model trained on this repository's dataset.

Prompt collection repository created for ChatGPT prompts
https://github.com/f/awesome-chatgpt-prompts

BART model trained with these prompts
https://huggingface.co/merve/chatgpt-prompt-generator-v12

If you want to contribute
https://github.com/alpererdogan8/generative-prompts                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Generative Prompts Generative Prompts
ID jhjnkdgjladjimcaoefapnnllkcbmldh
URL Chính Thức https://chromewebstore.google.com/detail/generative-prompts/jhjnkdgjladjimcaoefapnnllkcbmldh
Mô tả An extension for displaying entries from the Awesome ChatGPT Prompts repository and featuring a prompt generator.
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2024-01-04
Ngày Phát Hành 2023-02-28
Nhà Phát Triển https://alpererdogan.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/alpererdogan8/generative-prompts
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Generative Prompts",
    "action": [],
    "manifest_version": 3,
    "version": "1.0.7",
    "description": "An extension for displaying entries from the Awesome ChatGPT Prompts repository and featuring a prompt generator.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "https:\/\/raw.githubusercontent.com\/f\/awesome-chatgpt-prompts\/main\/prompts.csv",
        "https:\/\/merve-chatgpt-prompt-generator-v12.hf.space\/run\/predict"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.jsx-e74a00a6-9976c30b.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "assets\/main-2ce0ebe1.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assets\/main.jsx-e74a00a6.js"
            ],
            "use_dynamic_url": true
        }
    ]
}