Keyboard Launcher for MS Office Online™

Keyboard Launcher for MS Office Online™

Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Keyboard Launcher for MS Office Online™",
  "description": "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.",
  "version": "0.0.5",
  "manifest_version": 2,
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Launcher for MS Office Online"
  },
  "icons": {
    "128": "icon.png"
  },
  "commands": {
    "launch-word": {
      "suggested_key": {
        "default": "Alt+W"
      },
      "description": "Launch Word Online"
    },
    "launch-excel": {
      "suggested_key": {
        "default": "Alt+X"
      },
      "description": "Launch Excel Online"
    },
    "launch-powerpoint": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Launch PowerPoint Online"
    }
  }
}