Anywhere GPT
The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.
Wat is Anywhere GPT?
Anywhere GPT is een Chrome-extensie ontwikkeld door besnard.nicolas, en de belangrijkste functie is "The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.".
Extensie Screenshots
Download het CRX-bestand van de extensie Anywhere GPT
Download Anywhere GPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Anywhere GTP allows you to save those prompt and quickly apply them anywhere you want Basisinformatie over de Extensie
| Naam | |
| ID | gjlmelmekegnlljjhiidajoopdlnldhd |
| Officiële URL | https://chromewebstore.google.com/detail/anywhere-gpt/gjlmelmekegnlljjhiidajoopdlnldhd |
| Beschrijving | The secret of good ChatGPT answer is a good prompt and good prompts tend to be long. |
| Bestandsgrootte | 158 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2023-02-23 |
| Publicatiedatum | 2023-02-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | besnard.nicolas |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |