ChatGPT Chrome Extension
Super Easy access to ChatGPT with a simple Chrome-Extension
What is ChatGPT Chrome Extension?
ChatGPT Chrome Extension is a Chrome extension developed by GPTAnywhere, and its main feature is "Super Easy access to ChatGPT with a simple Chrome-Extension".
Extension Screenshots
Download ChatGPT Chrome Extension Extension CRX File
Download ChatGPT Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mithilfe dieser Chrome-Extension können Nutzer ganz einfach auf die ChatGPT von OpenAI mit Hilfe eins Popups zugreifen.
Extension Basic Information
Name | ChatGPT Chrome Extension |
ID | gedcfcpmliihckglmjcmmlagobdbbiae |
Official URL | https://chromewebstore.google.com/detail/chatgpt-chrome-extension/gedcfcpmliihckglmjcmmlagobdbbiae |
Description | Super Easy access to ChatGPT with a simple Chrome-Extension |
File Size | 516 KB |
Installation Count | 2,091 |
Current Version | 1.0.2 |
Last Updated | 2022-12-15 |
Publish Date | 2022-12-14 |
Rating | 3.67/5 Total 6 Ratings |
Developer | GPTAnywhere |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |