Quick View docs
Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides
什么是Quick View docs?
Quick View docs是由NPTjpn开发的Chrome扩展程序,该扩展的主要功能是“Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides”。
扩展截图
下载Quick View docs扩展crx文件
下载Quick View docs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick view MS Office file (doc, excel, powerpoint).
Need to install extension "Office Editing for Docs, Sheets & Slides" at below link.
https://chrome.google.com/webstore/detail/office-editing-for-docs-s/gbkeegbaiigmenfmjfclcdgdpimamgkj
Make sure that this extension also be installed on your Chrome!
Just right-click on the office files and view quickly.
The file will be downloaded in to the default Downloads folder/Temp then be opened by above extension (Office Editing for Docs, Sheets & Slides). 扩展基本信息
| 名称 | |
| ID | jecfjjkhfhlcnagpnfkcgckmlbhilnba |
| 官方URL | https://chromewebstore.google.com/detail/quick-view-docs/jecfjjkhfhlcnagpnfkcgckmlbhilnba |
| 简介 | Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides |
| 文件大小 | 335 KB |
| 安装次数 | 3,271 |
| 当前版本 | 1.1 |
| 更新时间 | 2018-06-01 |
| 上架时间 | 2018-06-01 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | NPTjpn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick View docs",
"version": "1.1",
"manifest_version": 2,
"description": "Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"default_locale": "en",
"permissions": [
"contextMenus",
"downloads",
"downloads.open"
]
} | |