ChromeGPT
This extension allows users to access ChatGPT from Google Chrome.
Co to jest ChromeGPT?
ChromeGPT to rozszerzenie Chrome opracowane przez jacobweber530, a jego główną funkcją jest „This extension allows users to access ChatGPT from Google Chrome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChromeGPT
Pobierz pliki rozszerzeń ChromeGPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A Chrome extension to let you send and receive messages with OpenAI's GPT, from anywhere on the web. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | opfphcebignofejehlpbniikajkkggch |
| Oficjalny URL | https://chromewebstore.google.com/detail/chromegpt/opfphcebignofejehlpbniikajkkggch |
| Opis | This extension allows users to access ChatGPT from Google Chrome. |
| Rozmiar pliku | 145 KB |
| Liczba instalacji | 94 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2022-12-20 |
| Data Publikacji | 2022-12-13 |
| Ocena | 4.00/5 Łącznie 1 Oceny |
| Deweloper | jacobweber530 |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://polymathematics.notion.site/ChromeGPT-7e096ed9f79946039d4e33ce3f836ba6 |
| Obsługiwane Języki | 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"
}
} | |