mirror of
https://github.com/lencx/Noi.git
synced 2026-01-05 03:40:45 +01:00
extensions: thinking claude
This commit is contained in:
14
extensions/thinking-claude/manifest.json
Normal file
14
extensions/thinking-claude/manifest.json
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user