吾道幻灯片

吾道幻灯片

吾道幻灯片是一款极其简单的PPT在线制作神器,提供一站式设计资源支撑,内置1000+精美原创PPT模板,操作简单方便,支持多人协作,轻松即可完成优秀的PPT作品。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "吾道幻灯片",
  "version": "1.3",
  "description": "吾道幻灯片是一款极其简单的PPT在线制作神器,提供一站式设计资源支撑,内置1000+精美原创PPT模板,操作简单方便,支持多人协作,轻松即可完成优秀的PPT作品。",
  "manifest_version": 2,
  "icons": {
    "16": "img/woodo16.png",
    "48": "img/woodo48.png",
    "128": "img/woodo128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_icon": "img/woodo.png",
    "default_title": "吾道幻灯片"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "打开吾道网站"
    }
  }
}