Keyboard Launcher for MS Office Online™

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

Vad är Keyboard Launcher for MS Office Online™?

Keyboard Launcher for MS Office Online™ är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.".

Tilläggsskärmbilder

screenshot

Ladda ner Keyboard Launcher for MS Office Online™-förlängningens CRX-fil

Ladda ner Keyboard Launcher for MS Office Online™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Keyboard Launcher for MS Office Online™ Keyboard Launcher for MS Office Online™
ID dbackjeaclghjedlkfakllpojolgebcp
Officiell webbadress https://chromewebstore.google.com/detail/keyboard-launcher-for-ms/dbackjeaclghjedlkfakllpojolgebcp
Beskrivning Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.
Filstorlek 12.98 KB
Antal Installationer 5,190
Aktuell Version 0.0.5
Senast Uppdaterad 2017-06-20
Publiceringsdatum 2017-06-19
Betyg 4.80/5 Totalt 49 Betyg
Utvecklare BrowserNative
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://browsernative.com/microsoft-office-online-launcher/
Hjälpsida URL https://browsernative.com/microsoft-office-online-launcher/
URL till Sekretesspolicy Sidan https://browsernative.com/extensions-privacy-policy
Stödda Språk 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"
        }
    }
}