Token Counter
A Chrome app to count tokens in GPT-3.5 and GPT-4 entries.
What is Token Counter?
Token Counter is a Chrome extension developed by https://johncole.vc, and its main feature is "A Chrome app to count tokens in GPT-3.5 and GPT-4 entries.".
Extension Screenshots
Download Token Counter Extension CRX File
Download Token Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Token Counter |
ID | piokpegenmfhmijblebapnpdkpkjapfk |
Official URL | https://chromewebstore.google.com/detail/token-counter/piokpegenmfhmijblebapnpdkpkjapfk |
Description | A Chrome app to count tokens in GPT-3.5 and GPT-4 entries. |
File Size | 7.48 KB |
Installation Count | 89 |
Current Version | 0.0.0.2 |
Last Updated | 2023-05-02 |
Publish Date | 2023-04-24 |
Developer | https://johncole.vc |
[email protected] | |
Payment Type | free |
Extension Website | https://calculatedleap.vc/ |
Help Page URL | https://calculatedleap.vc/ |
Supported Languages | 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." } |