Anywhere GPT
The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.
What is Anywhere GPT?
Anywhere GPT is a Chrome extension developed by besnard.nicolas, and its main feature is "The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.".
Extension Screenshots
Download Anywhere GPT Extension CRX File
Download Anywhere GPT 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
Anywhere GTP allows you to save those prompt and quickly apply them anywhere you want
Extension Basic Information
Name | Anywhere GPT |
ID | gjlmelmekegnlljjhiidajoopdlnldhd |
Official URL | https://chromewebstore.google.com/detail/anywhere-gpt/gjlmelmekegnlljjhiidajoopdlnldhd |
Description | The secret of good ChatGPT answer is a good prompt and good prompts tend to be long. |
File Size | 158 KB |
Installation Count | 37 |
Current Version | 1.2 |
Last Updated | 2023-02-23 |
Publish Date | 2023-02-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | besnard.nicolas |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anywhere GPT", "description": "The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.", "version": "1.2", "manifest_version": 3, "action": { "default_title": "Configure AnywhereGPT" }, "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/chat*" ], "run_at": "document_end", "js": [ ".\/inject-prompt.js" ] } ], "permissions": [ "storage", "contextMenus" ], "background": { "service_worker": "background.global.js" }, "icons": { "16": "chatgpt.png", "48": "chatgpt.png", "128": "chatgpt.png" }, "options_ui": { "page": "settings\/index.html" } } |