在线记事本(Notebook)

在线记事本(Notebook)

支持在线同步的记事本,使您的信息保存在互联网上,可以随时查看。!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "在线记事本(Notebook)",
  "version": "2.0.4",
  "manifest_version": 3,
  "author": "[email protected]",
  "description": "支持在线同步的记事本,使您的信息保存在互联网上,可以随时查看。!",
  "action": {
    "default_title": "在线记事本(Notebook)",
    "default_icon": "images/48.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "service_worker": "script/background.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://notebook-api.chenapp.com/*"
  ]
}