mirror of
https://github.com/lencx/Noi.git
synced 2025-12-15 17:40:48 +01:00
fix: ChatGPT sidebar clickability
This commit is contained in:
@@ -12,5 +12,5 @@ Learn more: [electronjs/doc](https://www.electronjs.org/docs/latest/api/extensio
|
||||
| [@noi/ask](https://github.com/lencx/Noi/tree/main/extensions/noi-ask) | 0.1.9 | The best assistant for batch asking and quick typing of prompts. |
|
||||
| [@noi/ask-custom](https://github.com/lencx/Noi/tree/main/extensions/noi-ask-custom) | 0.1.0 | The best assistant for batch asking and quick typing of prompts. |
|
||||
| [@noi/export-chatgpt](https://github.com/lencx/Noi/tree/main/extensions/noi-export-chatgpt) | 0.1.1 | ChatGPT chat history export, supports PDF, Image, and Markdown formats. |
|
||||
| [@noi/reset](https://github.com/lencx/Noi/tree/main/extensions/noi-reset) | 0.1.1 | Reset certain website styles to enhance compatibility with Noi. |
|
||||
| [@noi/reset](https://github.com/lencx/Noi/tree/main/extensions/noi-reset) | 0.1.2 | Reset certain website styles to enhance compatibility with Noi. |
|
||||
<!-- EXTENSIONS_END -->
|
||||
@@ -1,23 +1,15 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "@noi/reset",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-reset",
|
||||
"description": "Reset certain website styles to enhance compatibility with Noi.",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://vscode.dev/*"
|
||||
],
|
||||
"js": ["darg.js"],
|
||||
"run_at": "document_end",
|
||||
"world": "MAIN"
|
||||
},
|
||||
{
|
||||
"matches": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"js": ["scrollbar.js"],
|
||||
"js": ["scrollbar.js", "darg.js"],
|
||||
"run_at": "document_end",
|
||||
"world": "MAIN"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user