Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Keyboard Launcher for MS Office Online\u2122",
"description": "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.",
"version": "0.0.6",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png"
},
"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"
}
},
"homepage_url": "https:\/\/browsernative.com\/microsoft-office-online-launcher\/"
}