Keyboard Launcher for MS Office Online™

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

Was ist Keyboard Launcher for MS Office Online™?

Keyboard Launcher for MS Office Online™ ist eine Chrome-Erweiterung, die von BrowserNative entwickelt wurde, und ihr Hauptmerkmal ist "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.".

Erweiterungsscreenshots

screenshot

Keyboard Launcher for MS Office Online™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Keyboard Launcher for MS Office Online™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Keyboard Launcher for MS Office Online™ Keyboard Launcher for MS Office Online™
ID dbackjeaclghjedlkfakllpojolgebcp
Offizielle URL https://chromewebstore.google.com/detail/keyboard-launcher-for-ms/dbackjeaclghjedlkfakllpojolgebcp
Beschreibung Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.
Dateigröße 12.98 KB
Installationsanzahl 5,190
Aktuelle Version 0.0.5
Letztes Update 2017-06-20
Veröffentlichungsdatum 2017-06-19
Bewertung 4.80/5 Insgesamt 49 Bewertungen
Entwickler BrowserNative
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://browsernative.com/microsoft-office-online-launcher/
Hilfeseite URL https://browsernative.com/microsoft-office-online-launcher/
URL der Datenschutzrichtlinien-Seite https://browsernative.com/extensions-privacy-policy
Unterstützte Sprachen 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"
        }
    }
}