extensions: thinking claude

This commit is contained in:
lencx
2024-11-14 12:47:07 +08:00
parent 7fc7ba7a08
commit 83792b7ede
9 changed files with 243 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"manifest_version": 3,
"name": "Thinking Claude",
"version": "0.1.0",
"description": "Makes Claude's thinking process expandable and collapsible",
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/thinking-claude",
"permissions": ["activeTab"],
"content_scripts": [
{
"matches": ["https://claude.ai/*"],
"js": ["main.js"]
}
]
}