Token Counter
A Chrome app to count tokens in GPT-3.5 and GPT-4 entries.
Co to jest Token Counter?
Token Counter to rozszerzenie Chrome opracowane przez https://johncole.vc, a jego główną funkcją jest „A Chrome app to count tokens in GPT-3.5 and GPT-4 entries.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Token Counter
Pobierz pliki rozszerzeń Token Counter 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
In ChatGPT, prevent the dreaded "The message you submitted was too long," message. A Chrome app to count words in GPT-3.5 and GPT-4 entries, and reduce them.
Podstawowe informacje o rozszerzeniu
Nazwa | Token Counter |
ID | piokpegenmfhmijblebapnpdkpkjapfk |
Oficjalny URL | https://chromewebstore.google.com/detail/token-counter/piokpegenmfhmijblebapnpdkpkjapfk |
Opis | A Chrome app to count tokens in GPT-3.5 and GPT-4 entries. |
Rozmiar pliku | 7.48 KB |
Liczba instalacji | 89 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2023-05-02 |
Data Publikacji | 2023-04-24 |
Deweloper | https://johncole.vc |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://calculatedleap.vc/ |
Adres URL Strony Pomocy | https://calculatedleap.vc/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Token Counter", "version": "0.0.0.2", "action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "description": "A Chrome app to count tokens in GPT-3.5 and GPT-4 entries." } |