GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
What is GPTAnywhere?
GPTAnywhere 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 GPTAnywhere Extension CRX File
Download GPTAnywhere 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
GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT.
Extension Basic Information
Name | GPTAnywhere |
ID | pklibapjplkpanekidgnckgjablljhni |
Official URL | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
Description | Super Easy access to ChatGPT with a simple Chrome-Extension |
File Size | 516 KB |
Installation Count | 5,000 |
Current Version | 1.0.2 |
Last Updated | 2022-12-16 |
Publish Date | 2022-12-16 |
Rating | 4.17/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": "GPTAnywhere", "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" } } |