update: Add shortcut extender for mobile commands

This commit is contained in:
Mathis Gauthey
2024-01-04 10:47:34 +01:00
parent 7e90bb587f
commit b26d74865e
2 changed files with 771 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
{
"id": "shortcuts-extender",
"name": "Shortcuts extender",
"description": "Use shortcuts for text formatting or input special symbols without language switching",
"isDesktopOnly": false,
"js": "main.js",
"version": "2.2.0"
}