GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
Vad är GPTAnywhere?
GPTAnywhere är en Chrome-tillägg utvecklad av GPTAnywhere, och dess huvudfunktion är "Super Easy access to ChatGPT with a simple Chrome-Extension".
Tilläggsskärmbilder
Ladda ner GPTAnywhere-förlängningens CRX-fil
Ladda ner GPTAnywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | pklibapjplkpanekidgnckgjablljhni |
| Officiell webbadress | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
| Beskrivning | Super Easy access to ChatGPT with a simple Chrome-Extension |
| Filstorlek | 516 KB |
| Antal Installationer | 5,000 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2022-12-16 |
| Publiceringsdatum | 2022-12-16 |
| Betyg | 4.17/5 Totalt 6 Betyg |
| Utvecklare | GPTAnywhere |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |