Keyboard Launcher for MS Office Online™
Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.
Keyboard Launcher for MS Office Online™とは何ですか?
Keyboard Launcher for MS Office Online™はBrowserNativeによって開発されたChromeの拡張機能で、その主な機能は「Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.」です。
拡張機能のスクリーンショット
Keyboard Launcher for MS Office Online™拡張機能のCRXファイルをダウンロード
Keyboard Launcher for MS Office Online™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/ 拡張機能の基本情報
| 名前 | |
| ID | dbackjeaclghjedlkfakllpojolgebcp |
| 公式URL | https://chromewebstore.google.com/detail/keyboard-launcher-for-ms/dbackjeaclghjedlkfakllpojolgebcp |
| 説明 | Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint. |
| ファイルサイズ | 12.98 KB |
| インストール数 | 5,190 |
| 現在のバージョン | 0.0.5 |
| 最終更新日 | 2017-06-20 |
| 公開日 | 2017-06-19 |
| 評価 | 4.80/5 合計 49 レビュー |
| 開発者 | BrowserNative |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://browsernative.com/microsoft-office-online-launcher/ |
| ヘルプページのURL | https://browsernative.com/microsoft-office-online-launcher/ |
| プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
| 対応言語 | 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"
}
}
} | |