Keyboard Launcher for MS Office Online™
Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.
Wat is Keyboard Launcher for MS Office Online™?
Keyboard Launcher for MS Office Online™ is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.".
Extensie Screenshots
Download het CRX-bestand van de extensie Keyboard Launcher for MS Office Online™
Download Keyboard Launcher for MS Office Online™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/ Basisinformatie over de Extensie
| Naam | |
| ID | dbackjeaclghjedlkfakllpojolgebcp |
| Officiële URL | https://chromewebstore.google.com/detail/keyboard-launcher-for-ms/dbackjeaclghjedlkfakllpojolgebcp |
| Beschrijving | Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint. |
| Bestandsgrootte | 12.98 KB |
| Aantal Installaties | 5,190 |
| Huidige Versie | 0.0.5 |
| Laatst Bijgewerkt | 2017-06-20 |
| Publicatiedatum | 2017-06-19 |
| Beoordeling | 4.80/5 Totaal 49 Beoordelingen |
| Ontwikkelaar | BrowserNative |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://browsernative.com/microsoft-office-online-launcher/ |
| Help Pagina-URL | https://browsernative.com/microsoft-office-online-launcher/ |
| URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
| Ondersteunde Talen | 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"
}
}
} | |