AI Prompt Genius
Craft a custom library of AI Prompts
Counts tokens in the ChatGPT active conversation on chatgpt.com
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
The ChatGPT Token Counter is a Chrome extension designed to help users keep track of their token count during long conversations with the ChatGPT language model on chat.openai.com.
ChatGPT doesn't know what a word is. It doesn't know what a character is. ChatGPT counts content in tokens. ChatGPT has a context window of how many tokesn it can remember.
OpenAI is hiding what the context window is on the web version. ChatGPT 4o in Plus and Team should have a context window of 32,768 tokens (~24,000 words). 3 words ~ 4 tokens. When your conversation becomes longer than that, ChatGPT will start to "forget" what was discussed earlier.
The box in the corner of the window lets you monitor the token usage and ensure that the conversations do not exceed the context window, which is particularly important for coaching, idea generation, and working with longer articles where retaining the context is crucial.
With this extension, you will know when context can be missing and will have more productive and meaningful conversations with ChatGPT.
This extension is written 99% by ChatGPT. The logo icon is created 100% by MidJourney.
查看最近评论和评分分布。
商店综合星级:3.9。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
Craft a custom library of AI Prompts
Visualizes a dynamic tree graph of messages in ChatGPT conversations, with real-time updates and advanced customization options.
Advanced AI organizer for ChatGPT, Claude, Gemini, Grok & more. Search, label, export conversations with bulk actions.
Folders & Subfolders, Search, Export/Delete, Prompts, Minimap, Gallery, Highlights, Tree Map, Queue, Notes & References for ChatGPT
Monitor ChatGPT conversation tokens usage and warn when nearing limits.
Helps you track your claude.ai usage caps based on tokens sent.
Edit: thanks for the quick fix friends! Perfect extension. Was great, but its broken now that the url changed from chat.openai.com to chatgpt.com
It would be better if we could calculate the price of api token consumed by total token.
When I downloaded the extension, I thought it would have a smart way to count tokens.. but it did not. Here is this extension code for count tokens: // substrack 15 words of existing content from wordcount function countWords(text) { return text.trim().split(/\s+/).length-15; } function countTokens(wordCount) { return wordCount / 0.75; } thats it. It just splits the words, remove 15% of length of them, and thats it. Sorry If I seems harsh, I know it is hard to build a tokenizer on a web browser without a server to handle it. But i was expecting something else. Congrats for the extension btw, i found it by accident.
I like it, the best part is no collection of personal data
Multiple issues: wrong count on new chats, and very wrong count on ongoing chats (keeps some of the word count from previous prompts rather than start from 0 for new prompt).
Great extension
Thanks a lot!:)
Underrated extension
I do not know how anyone who has extended "chats" with ChatGPT can afford not to have this extension. This is superb.