ChatGPT Continue Button
Add a continue button to ChatGPT
Co to jest ChatGPT Continue Button?
ChatGPT Continue Button to rozszerzenie Chrome opracowane przez taishin05109, a jego główną funkcją jest „Add a continue button to ChatGPT”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChatGPT Continue Button
Pobierz pliki rozszerzeń ChatGPT Continue Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
"ChatGPT Continue Button" is a Chrome extension that allows users to easily request the continuation of a response from ChatGPT in case it gets interrupted. This extension displays a "Continue" button right after the input field of ChatGPT, and by simply tapping the button, users can send the text "Continue" to ChatGPT.
The main benefits of this extension include:
- Users can easily request the continuation of a response, enabling them to get an immediate follow-up response even if the previous one got interrupted.
- By simply tapping the button, users can send the text "Continue," making it more convenient to use ChatGPT.
- This extension enhances the user experience of ChatGPT, making communication smoother and more seamless.
In summary, "ChatGPT Continue Button" is a very useful Chrome extension that improves the user experience of ChatGPT. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fnjdboejkfbaeijiogeaickgfmjopdno |
| Oficjalny URL | https://chromewebstore.google.com/detail/chatgpt-continue-button/fnjdboejkfbaeijiogeaickgfmjopdno |
| Opis | Add a continue button to ChatGPT |
| Rozmiar pliku | 651 KB |
| Liczba instalacji | 446 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2023-03-28 |
| Data Publikacji | 2023-03-27 |
| Deweloper | taishin05109 |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://taishin-miyamoto.com/PrivacyPolicy.html |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Continue Button",
"version": "1.0.0",
"description": "Add a continue button to ChatGPT",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/chat\/*"
],
"js": [
"content.js"
]
}
]
} | |