Token Counter
A Chrome app to count tokens in GPT-3.5 and GPT-4 entries.
什么是Token Counter?
Token Counter是由https://johncole.vc开发的Chrome扩展程序,该扩展的主要功能是“A Chrome app to count tokens in GPT-3.5 and GPT-4 entries.”。
扩展截图
下载Token Counter扩展crx文件
下载Token Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Token Counter |
ID | piokpegenmfhmijblebapnpdkpkjapfk |
官方URL | https://chromewebstore.google.com/detail/token-counter/piokpegenmfhmijblebapnpdkpkjapfk |
简介 | A Chrome app to count tokens in GPT-3.5 and GPT-4 entries. |
文件大小 | 7.48 KB |
安装次数 | 89 |
当前版本 | 0.0.0.2 |
更新时间 | 2023-05-02 |
上架时间 | 2023-04-24 |
开发者 | https://johncole.vc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://calculatedleap.vc/ |
帮助页面URL | https://calculatedleap.vc/ |
支持的语言 | 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." } |