OpenAI API Explorer
This extension provides a simple interface for exploring the capabilities of the OpenAI API.
Was ist OpenAI API Explorer?
OpenAI API Explorer ist eine Chrome-Erweiterung, die von artemreva79 entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides a simple interface for exploring the capabilities of the OpenAI API.".
Erweiterungsscreenshots
OpenAI API Explorer-Erweiterungs-CRX-Datei herunterladen
Laden Sie OpenAI API Explorer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Make a ChatGPT summarize any text. You'll need OpenAI api key. Here is link to obtain it: https://platform.openai.com/account/api-keys. Select text. Choose "OpenAI API Explorer" -> "Summarize" See summary from OpenAI model as popup window. API key stored in your browser and used for OpenAI open API calls only. The selected text is directly sent to the OpenAI API and is not stored anywhere. The OpenAI answer is the summary itself, it is displayed on your screen and is not stored anywhere.
Grundlegende Informationen zur Erweiterung
Name | OpenAI API Explorer |
ID | cancnnlepmbfaegpklfklajlfglbdcan |
Offizielle URL | https://chromewebstore.google.com/detail/openai-api-explorer/cancnnlepmbfaegpklfklajlfglbdcan |
Beschreibung | This extension provides a simple interface for exploring the capabilities of the OpenAI API. |
Dateigröße | 330 KB |
Installationsanzahl | 104 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2023-05-31 |
Veröffentlichungsdatum | 2023-05-26 |
Entwickler | artemreva79 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/artemu78/OpenAI-API-Explorer |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OpenAI API Explorer", "version": "1.2.0", "permissions": [ "contextMenus", "storage", "activeTab" ], "description": "This extension provides a simple interface for exploring the capabilities of the OpenAI API.", "icons": { "48": "icons\/icon48.png" }, "action": { "default_popup": "options.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |