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 |
| 电子邮箱 | [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"
}
}
} | |