add mildstone

This commit is contained in:
rigoni
2024-11-21 12:43:01 +01:00
parent 42960a01a2
commit e1618679eb
4 changed files with 18 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
"content_scripts": [
{
"js": ["scripts/jquery.js", "scripts/content.js"],
"matches": ["https://*.overleaf.com/project/*"]
"matches": ["https://*.overleaf.com/project/*", "https://*.mildstone.org/project/*"]
}
],
"description": "LLM-based tools for Overleaf",
@@ -18,21 +18,21 @@
"commands": {
"Complete": {
"suggested_key": {
"default": "Alt+C"
"default": "Ctrl + Shift + C"
},
"description": "Complete selected text"
"description": "Completa il testo selezionato"
},
"Improve": {
"suggested_key": {
"default": "Alt+I"
"default": "Ctrl + Shift + I"
},
"description": "Improve selected text"
"description": "Migliora il testo selezionato"
},
"Ask": {
"suggested_key": {
"default": "Alt+A"
"default": "Ctrl + Shift + A"
},
"description": "Use the selected text to ask GPT. It adds to the beginning of the selected text: 'In Latex, '"
"description": "Chiedi a Chat-GPT attraverso il testo selezionato"
}
},
"background": {