Keyboard Launcher for MS Office Online™
Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.
Qu'est-ce que Keyboard Launcher for MS Office Online™ ?
Keyboard Launcher for MS Office Online™ est une extension Chrome développée par BrowserNative, et sa fonction principale est "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keyboard Launcher for MS Office Online™
Téléchargez les fichiers d'extension Keyboard Launcher for MS Office Online™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Keyboard Launcher for MS Office Online™ |
ID | dbackjeaclghjedlkfakllpojolgebcp |
URL Officiel | https://chromewebstore.google.com/detail/keyboard-launcher-for-ms/dbackjeaclghjedlkfakllpojolgebcp |
Description | Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint. |
Taille du Fichier | 12.98 KB |
Nombre d'Installations | 5,190 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2017-06-20 |
Date de Publication | 2017-06-19 |
Évaluation | 4.80/5 Total 49 Évaluations |
Développeur | BrowserNative |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsernative.com/microsoft-office-online-launcher/ |
URL de la Page d'Aide | https://browsernative.com/microsoft-office-online-launcher/ |
URL de la Page de Politique de Confidentialité | https://browsernative.com/extensions-privacy-policy |
Langues Prises en Charge | 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" } } } |