Anywhere GPT

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

Cos'è Anywhere GPT?

Anywhere GPT è un'estensione di Chrome sviluppata da besnard.nicolas, e la sua funzione principale è "The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Anywhere GPT

Scarica i file di estensione Anywhere GPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Anywhere GPT Anywhere GPT
ID gjlmelmekegnlljjhiidajoopdlnldhd
URL Ufficiale https://chromewebstore.google.com/detail/anywhere-gpt/gjlmelmekegnlljjhiidajoopdlnldhd
Descrizione The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.
Dimensione del File 158 KB
Conteggio Installazioni 37
Versione Corrente 1.2
Ultimo Aggiornamento 2023-02-23
Data di Pubblicazione 2023-02-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore besnard.nicolas
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}