gpt.best
Share ChatGPT Transcripts
Wat is gpt.best?
gpt.best is een Chrome-extensie ontwikkeld door Riley Tomasek, en de belangrijkste functie is "Share ChatGPT Transcripts".
Extensie Screenshots
Download het CRX-bestand van de extensie gpt.best
Download gpt.best-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
GPTBest adds a share button to the ChatGPT app that creates a shareable link from the current conversation. It's great for sharing longer conversations that don't fit in a screenshot. Basisinformatie over de Extensie
| Naam | |
| ID | lfjehajehlondfmmdnacgomigbkfahln |
| Officiële URL | https://chromewebstore.google.com/detail/gptbest/lfjehajehlondfmmdnacgomigbkfahln |
| Beschrijving | Share ChatGPT Transcripts |
| Bestandsgrootte | 7.94 KB |
| Aantal Installaties | 850 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2023-03-21 |
| Publicatiedatum | 2022-12-12 |
| Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Riley Tomasek |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://gpt.best/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "gpt.best",
"description": "Share ChatGPT Transcripts",
"version": "1.1.0",
"manifest_version": 3,
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/chat*"
],
"js": [
"script.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
}
} | |