Keyboard Launcher for MS Office Online™
Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.
Apa itu Keyboard Launcher for MS Office Online™?
Keyboard Launcher for MS Office Online™ adalah ekstensi Chrome yang dikembangkan oleh BrowserNative, dan fitur utamanya adalah "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Keyboard Launcher for MS Office Online™
Unduh file ekstensi Keyboard Launcher for MS Office Online™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | Keyboard Launcher for MS Office Online™ |
ID | dbackjeaclghjedlkfakllpojolgebcp |
URL Resmi | https://chromewebstore.google.com/detail/keyboard-launcher-for-ms/dbackjeaclghjedlkfakllpojolgebcp |
Deskripsi | Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint. |
Ukuran File | 12.98 KB |
Jumlah Instalasi | 5,190 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2017-06-20 |
Tanggal Publikasi | 2017-06-19 |
Penilaian | 4.80/5 Total 49 Penilaian |
Pengembang | BrowserNative |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://browsernative.com/microsoft-office-online-launcher/ |
URL Halaman Bantuan | https://browsernative.com/microsoft-office-online-launcher/ |
URL Halaman Kebijakan Privasi | https://browsernative.com/extensions-privacy-policy |
Bahasa yang Didukung | 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" } } } |