ChromeGPT
This extension allows users to access ChatGPT from Google Chrome.
What is ChromeGPT?
ChromeGPT is a Chrome extension developed by jacobweber530, and its main feature is "This extension allows users to access ChatGPT from Google Chrome.".
Extension Screenshots
Download ChromeGPT Extension CRX File
Download ChromeGPT 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
A Chrome extension to let you send and receive messages with OpenAI's GPT, from anywhere on the web.
Extension Basic Information
Name | ChromeGPT |
ID | opfphcebignofejehlpbniikajkkggch |
Official URL | https://chromewebstore.google.com/detail/chromegpt/opfphcebignofejehlpbniikajkkggch |
Description | This extension allows users to access ChatGPT from Google Chrome. |
File Size | 145 KB |
Installation Count | 94 |
Current Version | 1.0.1 |
Last Updated | 2022-12-20 |
Publish Date | 2022-12-13 |
Rating | 4.00/5 Total 1 Ratings |
Developer | jacobweber530 |
[email protected] | |
Payment Type | free |
Extension Website | https://polymathematics.notion.site/ChromeGPT-7e096ed9f79946039d4e33ce3f836ba6 |
Supported Languages | 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" } } |