ChatGPT Prompts

Use ChatGPT Prompts along with web page's context.

什麼是ChatGPT Prompts?

ChatGPT Prompts是由D365Hub開發的Chrome擴展程式,該擴展的主要功能是“Use ChatGPT Prompts along with web page's context.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載ChatGPT Prompts擴展crx文件

下載ChatGPT Prompts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 ChatGPT Prompts ChatGPT Prompts
ID dpbhjppgpdeembaddjppldkfdhflfbja
官方網址 https://chromewebstore.google.com/detail/chatgpt-prompts/dpbhjppgpdeembaddjppldkfdhflfbja
簡介 Use ChatGPT Prompts along with web page's context.
檔案大小 1.07 MB
安裝次數 87
目前版本 1.2.2
更新時間 2023-03-22
上架時間 2023-03-15
開發者 D365Hub
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://d365hub.com/privacy
支援的語言 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:\/\/*\/*"
            ]
        }
    ]
}