ChatGPT Chrome Extension
Super Easy access to ChatGPT with a simple Chrome-Extension
Wat is ChatGPT Chrome Extension?
ChatGPT Chrome Extension is een Chrome-extensie ontwikkeld door GPTAnywhere, en de belangrijkste functie is "Super Easy access to ChatGPT with a simple Chrome-Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT Chrome Extension
Download ChatGPT Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Mithilfe dieser Chrome-Extension können Nutzer ganz einfach auf die ChatGPT von OpenAI mit Hilfe eins Popups zugreifen.
Basisinformatie over de Extensie
Naam | ChatGPT Chrome Extension |
ID | gedcfcpmliihckglmjcmmlagobdbbiae |
Officiële URL | https://chromewebstore.google.com/detail/chatgpt-chrome-extension/gedcfcpmliihckglmjcmmlagobdbbiae |
Beschrijving | Super Easy access to ChatGPT with a simple Chrome-Extension |
Bestandsgrootte | 516 KB |
Aantal Installaties | 2,091 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-12-15 |
Publicatiedatum | 2022-12-14 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | GPTAnywhere |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Chrome Extension", "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" } } |