Anywhere GPT

The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.

Anywhere GPT क्या है?

Anywhere GPT besnard.nicolas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The secret of good ChatGPT answer is a good prompt and good prompts tend to be long."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anywhere GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Anywhere GTP allows you to save those prompt and quickly apply them anywhere you want                    

एक्सटेंशन की मूल जानकारी

नाम Anywhere GPT Anywhere GPT
ID gjlmelmekegnlljjhiidajoopdlnldhd
आधिकारिक URL https://chromewebstore.google.com/detail/anywhere-gpt/gjlmelmekegnlljjhiidajoopdlnldhd
विवरण The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.
फ़ाइल का आकार 158 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-02-23
प्रकाशन तिथि 2023-02-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर besnard.nicolas
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anywhere GPT",
    "description": "The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_title": "Configure AnywhereGPT"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/chat*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/inject-prompt.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.global.js"
    },
    "icons": {
        "16": "chatgpt.png",
        "48": "chatgpt.png",
        "128": "chatgpt.png"
    },
    "options_ui": {
        "page": "settings\/index.html"
    }
}