ChromeGPT
This extension allows users to access ChatGPT from Google Chrome.
Wat is ChromeGPT?
ChromeGPT is een Chrome-extensie ontwikkeld door jacobweber530, en de belangrijkste functie is "This extension allows users to access ChatGPT from Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChromeGPT
Download ChromeGPT-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
A Chrome extension to let you send and receive messages with OpenAI's GPT, from anywhere on the web. Basisinformatie over de Extensie
| Naam | |
| ID | opfphcebignofejehlpbniikajkkggch |
| Officiële URL | https://chromewebstore.google.com/detail/chromegpt/opfphcebignofejehlpbniikajkkggch |
| Beschrijving | This extension allows users to access ChatGPT from Google Chrome. |
| Bestandsgrootte | 145 KB |
| Aantal Installaties | 94 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-12-20 |
| Publicatiedatum | 2022-12-13 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | jacobweber530 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://polymathematics.notion.site/ChromeGPT-7e096ed9f79946039d4e33ce3f836ba6 |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChromeGPT",
"version": "1.0.1",
"description": "This extension allows users to access ChatGPT from Google Chrome.",
"permissions": [
"https:\/\/api.openai.com\/*",
"storage"
],
"action": {
"default_popup": "popup.html"
}
} | |