ChatGPT-Pro
A Chrome extension to display the token count for OpenAI chat messages.
什么是ChatGPT-Pro?
ChatGPT-Pro是由https://foil.dev开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension to display the token count for OpenAI chat messages.”。
扩展截图
下载ChatGPT-Pro扩展crx文件
下载ChatGPT-Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ChatGPT-Pro is a convenient Chrome extension designed to enhance the user experience when interacting with OpenAI's ChatGPT platform. It provides a real-time display of token count, helping users avoid the hassle of submitting overly long messages that lead to errors and require page refreshing. With ChatGPT-Pro, users can ensure their messages are within the acceptable token limit before submission, eliminating the need for frustrating trial and error. This extension is a must-have for those who frequently use ChatGPT and want a smooth, efficient experience without the inconvenience of manually counting tokens or dealing with error messages due to excessive text length. 扩展基本信息
| 名称 | |
| ID | kolkklpaoobmfblcifkmnbgoohklkejk |
| 官方URL | https://chromewebstore.google.com/detail/chatgpt-pro/kolkklpaoobmfblcifkmnbgoohklkejk |
| 简介 | A Chrome extension to display the token count for OpenAI chat messages. |
| 文件大小 | 625 KB |
| 安装次数 | 127 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2023-07-31 |
| 上架时间 | 2023-05-03 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://foil.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT-Pro",
"version": "1.0.2",
"description": "A Chrome extension to display the token count for OpenAI chat messages.",
"permissions": [],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icon.png"
}
},
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"vocab.bpe"
],
"matches": [
" | |