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).
拡張機能の基本情報
名前 | Quick View docs |
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 |
Eメール | [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" ] } |