forked from BigPizzaV3/CodexPlusPlusScriptMarket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
72 lines (72 loc) · 2.82 KB
/
index.json
File metadata and controls
72 lines (72 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"version": 1,
"updated_at": "2026-05-25T08:46:56Z",
"scripts": [
{
"id": "codex-context-used-meter",
"name": "Codex Context Used Meter",
"description": "在 Codex App 对话界面顶部显示当前会话剩余上下文、已用/总 token,并提供轻量进度条和消耗动画。",
"version": "33",
"author": "Minghou-Lei",
"tags": [
"context",
"tokens",
"ui",
"meter"
],
"homepage": "https://github.com/Minghou-Lei/codex-context-used-meter",
"script_url": "https://raw.githubusercontent.com/BigPizzaV3/CodexPlusPlusScriptMarket/05fe34fee3e4dfa17a471a7b329a9a9313d844bb/scripts/codex-context-used-meter.js",
"sha256": "f13df61c833b58048ba3f88b9013440e729dc7bc016dc578b7c6a708853344c0"
},
{
"id": "hide-usage-alert",
"name": "Hide Usage Alert",
"description": "隐藏 Codex Desktop 的额度提醒,适合 Codex++ 远程同步搭配 API Key 使用时减少 Free/Plus 账号额度弹窗干扰。",
"version": "4",
"author": "Ghibli1024",
"tags": [
"usage",
"quota",
"ui",
"hide"
],
"homepage": "https://github.com/Ghibli1024/codex-hide-usage-alert",
"script_url": "https://raw.githubusercontent.com/BigPizzaV3/CodexPlusPlusScriptMarket/1e8ba79da3efb629153d79eaad678b2a48a801c5/scripts/hide-usage-alert.js",
"sha256": "031d7767ad5022e0be36a6213942de60b346b527667b174472cca4d3d0742073"
},
{
"id": "codex-token-usage",
"name": "Codex Token Usage",
"description": "在 Codex 每次回复完成后显示本次 token 输入、输出、缓存命中、上下文用量和耗时。",
"version": "0.1.0",
"author": "Albert_Luo",
"tags": [
"codex",
"tokens",
"usage",
"metrics",
"cache"
],
"homepage": "https://github.com/kokotao/codex-token-usage-script",
"script_url": "https://raw.githubusercontent.com/BigPizzaV3/CodexPlusPlusScriptMarket/main/scripts/codex-token-usage.js",
"sha256": "a163bd62d886cd738adaa3966cfc92465892cea2cc9d4fd1dabecc4cc517fd2a"
},
{
"id": "codex-list-pagebuster",
"name": "Codex List Pagebuster",
"description": "补强 Codex Desktop 左侧原生会话列表,显示更多本地历史会话,并为无法进入原生列表的旧会话提供兜底入口。",
"version": "0.1.0",
"author": "puppnn",
"tags": [
"codex",
"history",
"sidebar",
"sessions",
"ui"
],
"homepage": "https://github.com/puppnn/codex-plusplus-list-pagebuster",
"script_url": "https://raw.githubusercontent.com/BigPizzaV3/CodexPlusPlusScriptMarket/main/scripts/codex-list-pagebuster.js",
"sha256": "7fb991273eda02538a22186d6c5891c4b67aff0d59491f3fde7cb396e2117e77"
}
]
}