Keyboard Launcher for MS Office Online™

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

Cos'è Keyboard Launcher for MS Office Online™?

Keyboard Launcher for MS Office Online™ è un'estensione di Chrome sviluppata da BrowserNative, e la sua funzione principale è "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keyboard Launcher for MS Office Online™

Scarica i file di estensione Keyboard Launcher for MS Office Online™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Keyboard Launcher for MS Office Online™ Keyboard Launcher for MS Office Online™
ID dbackjeaclghjedlkfakllpojolgebcp
URL Ufficiale https://chromewebstore.google.com/detail/keyboard-launcher-for-ms/dbackjeaclghjedlkfakllpojolgebcp
Descrizione Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.
Dimensione del File 12.98 KB
Conteggio Installazioni 5,190
Versione Corrente 0.0.5
Ultimo Aggiornamento 2017-06-20
Data di Pubblicazione 2017-06-19
Valutazione 4.80/5 Totale 49 Valutazioni
Sviluppatore BrowserNative
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/microsoft-office-online-launcher/
URL della Pagina di Aiuto https://browsernative.com/microsoft-office-online-launcher/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate 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"
        }
    }
}