extensions: thinking claude

This commit is contained in:
lencx
2024-11-18 00:34:05 +08:00
parent 9fe0ec15fc
commit be69a8dfce
5 changed files with 290 additions and 193 deletions

View File

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