extensions: github copilot (noi-ask)

This commit is contained in:
lencx
2025-02-05 18:31:16 +08:00
parent 14f27e40dd
commit 226b36bbe3
7 changed files with 43 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "@noi/ask",
"version": "0.1.15",
"version": "0.1.16",
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-ask",
"description": "The best assistant for batch asking and quick typing of prompts.",
"content_scripts": [
@@ -26,7 +26,8 @@
"https://suno.com/*",
"https://notebooklm.google.com/*",
"https://jimeng.jianying.com/*",
"https://chat.deepseek.com/*"
"https://chat.deepseek.com/*",
"https://github.com/copilot/*"
],
"js": ["main.js"],
"run_at": "document_end",