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 |
| 官方網址 | 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"
]
} | |