chore: extensions

This commit is contained in:
lencx
2024-01-12 22:44:08 +08:00
parent e977dd1d47
commit e12983d630
7 changed files with 158 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
{
"manifest_version": 3,
"name": "@noi/ask",
"version": "0.1.0",
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-ask",
"content_scripts": [
{
"matches": [
"https://chat.openai.com/*",
"https://bard.google.com/*",
"https://poe.com/*",
"https://claude.ai/*",
"https://huggingface.co/chat/*",
"https://www.perplexity.ai/*"
],
"js": ["main.js"],
"run_at": "document_end",
"world": "MAIN"
}
]
}