GPTAnywhere

Super Easy access to ChatGPT with a simple Chrome-Extension

Hvad er GPTAnywhere?

GPTAnywhere er en Chrome-udvidelse udviklet af GPTAnywhere, og dens hovedfunktion er "Super Easy access to ChatGPT with a simple Chrome-Extension".

Udvidelsesskærmbilleder

screenshot

Download GPTAnywhere-udvidelses-CRX-fil

Download GPTAnywhere-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT.                    

Grundlæggende oplysninger om udvidelsen

Navn GPTAnywhere GPTAnywhere
ID pklibapjplkpanekidgnckgjablljhni
Officiel URL https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni
Beskrivelse Super Easy access to ChatGPT with a simple Chrome-Extension
Filstørrelse 516 KB
Antal Installationer 5,000
Nuværende Version 1.0.2
Senest Opdateret 2022-12-16
Udgivelsesdato 2022-12-16
Bedømmelse 4.17/5 Samlet 6 Bedømmelser
Udvikler GPTAnywhere
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTAnywhere",
    "description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_popup": "frontend\/index.html"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background\/index.js"
    }
}