Keyboard Launcher for MS Office Online™

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

What is Keyboard Launcher for MS Office Online™?

Keyboard Launcher for MS Office Online™ is a Chrome extension developed by BrowserNative, and its main feature is "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.".

Extension Screenshots

screenshot

Download Keyboard Launcher for MS Office Online™ Extension CRX File

Download Keyboard Launcher for MS Office Online™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds keyboard shortcut commands to quickly launch the Word Online (Alt + W), Excel Online (Alt + X) and PowerPoint Online (Alt + P). 

Users can change/customize these default keyboard shortcuts, and opt for their preferred keys combinations.

Extension by BrowserNative. Not affiliated with or created by Microsoft. Visit homepage for more information: https://browsernative.com/microsoft-office-online-launcher/                    

Extension Basic Information

Name Keyboard Launcher for MS Office Online™ Keyboard Launcher for MS Office Online™
ID dbackjeaclghjedlkfakllpojolgebcp
Official URL https://chromewebstore.google.com/detail/keyboard-launcher-for-ms/dbackjeaclghjedlkfakllpojolgebcp
Description Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.
File Size 12.98 KB
Installation Count 5,190
Current Version 0.0.5
Last Updated 2017-06-20
Publish Date 2017-06-19
Rating 4.80/5 Total 49 Ratings
Developer BrowserNative
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/microsoft-office-online-launcher/
Help Page URL https://browsernative.com/microsoft-office-online-launcher/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "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.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"
        }
    }
}