Quick View docs
Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides
What is Quick View docs?
Quick View docs is a Chrome extension developed by NPTjpn, and its main feature is "Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides".
Extension Screenshots
Download Quick View docs Extension CRX File
Download Quick View docs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Quick View docs |
ID | jecfjjkhfhlcnagpnfkcgckmlbhilnba |
Official URL | https://chromewebstore.google.com/detail/quick-view-docs/jecfjjkhfhlcnagpnfkcgckmlbhilnba |
Description | Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides |
File Size | 335 KB |
Installation Count | 3,271 |
Current Version | 1.1 |
Last Updated | 2018-06-01 |
Publish Date | 2018-06-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | NPTjpn |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |