2023.03.09 新增右键发送文本至 Memos 输入框。

This commit is contained in:
lmm214
2023-03-09 23:25:08 +08:00
parent e740545dad
commit deec1e77a5
3 changed files with 19 additions and 1 deletions
+4 -1
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "2023.03.05",
"version": "2023.03.09",
"action": {
"default_popup": "popup.html",
"default_icon": "assets/logo_24x24.png",
@@ -15,6 +15,9 @@
"16": "assets/logo.png",
"48": "assets/logo.png"
},
"background": {
"service_worker": "js/background.js"
},
"permissions": [
"tabs",
"storage",