ChatGPT Prompts

Use ChatGPT Prompts along with web page's context.

ChatGPT Prompts là gì?

ChatGPT Prompts là một tiện ích mở rộng Chrome được phát triển bởi D365Hub, và tính năng chính của nó là "Use ChatGPT Prompts along with web page's context.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng ChatGPT 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

                        Take your browsing experience to the next level with ChatGPT Prompts!

Customize your prompts by adding, editing, or deleting them and saving them in your browser.

Get started quickly with default prompts such as extract keywords, summarize, and rewrite, Suggest Tweet, LinkedIn comment and Facebook comment all powered by the advanced capabilities of ChatGPT.

Directly execute your prompts against selected text on the web page or against the main content of the page using ChatGPT's cutting-edge natural language processing technology.

You can copy the results of your prompts with ease.

ChatGPT Prompts can act as a single app for multiple mini task apps with the help various prompts.

Install ChatGPT Prompts powered by ChatGPT to start experiencing smarter browsing like never before!                    

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

Tên ChatGPT Prompts ChatGPT Prompts
ID dpbhjppgpdeembaddjppldkfdhflfbja
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-prompts/dpbhjppgpdeembaddjppldkfdhflfbja
Mô tả Use ChatGPT Prompts along with web page's context.
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2023-03-22
Ngày Phát Hành 2023-03-15
Nhà Phát Triển D365Hub
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://d365hub.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Prompts",
    "description": "Use ChatGPT Prompts along with web page's context.",
    "version": "1.2.2",
    "manifest_version": 3,
    "author": "Suresh Maurya",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}