mirror of
https://github.com/lencx/Noi.git
synced 2026-01-06 20:31:07 +01:00
chore: extensions
This commit is contained in:
@@ -1 +1,3 @@
|
||||
# @noi/ask
|
||||
|
||||
The best assistant for batch asking and quick typing of prompts.
|
||||
|
||||
@@ -82,9 +82,9 @@ class ClaudeAsk extends NoiAsk {
|
||||
}
|
||||
}
|
||||
|
||||
class BardAsk extends NoiAsk {
|
||||
static name = 'Bard';
|
||||
static url = 'https://bard.google.com';
|
||||
class GeminiAsk extends NoiAsk {
|
||||
static name = 'Gemini';
|
||||
static url = 'https://gemini.google.com';
|
||||
|
||||
static sync(message) {
|
||||
const inputElement = document.querySelector('.ql-editor.textarea');
|
||||
@@ -279,7 +279,7 @@ window.NoiAsk = {
|
||||
OpenAIAsk,
|
||||
PoeAsk,
|
||||
ClaudeAsk,
|
||||
BardAsk,
|
||||
GeminiAsk,
|
||||
HuggingChatAsk,
|
||||
PerplexityAsk,
|
||||
CopilotAsk,
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "@noi/ask",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"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": [
|
||||
{
|
||||
"matches": [
|
||||
"https://chat.openai.com/*",
|
||||
"https://bard.google.com/*",
|
||||
"https://gemini.google.com/*",
|
||||
"https://poe.com/*",
|
||||
"https://claude.ai/*",
|
||||
"https://huggingface.co/chat/*",
|
||||
|
||||
Reference in New Issue
Block a user