超阅云-编辑、转换OFD文件

轻松易用的PDF工具,可用于编辑、转换、合并、拆分和压缩OFD文件
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "超阅云-编辑、转换OFD文件",
  "description": "轻松易用的PDF工具,可用于编辑、转换、合并、拆分和压缩OFD文件",
  "desciption": "轻松易用的PDF工具,可用于编辑、转换、合并、拆分和压缩OFD文件",
  "version": "1.0.0.0",
  "manifest_version": 3,
  "permissions": [],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/icon16.png",
      "32": "/images/icon32.png",
      "48": "/images/icon48.png",
      "128": "/images/icon128.png"
    }
  },
  "icons": {
    "16": "/images/icon16.png",
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}