Open with Google Drive™ Viewer
Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.
Open with Google Drive™ Viewerとは何ですか?
Open with Google Drive™ ViewerはBrowserNativeによって開発されたChromeの拡張機能で、その主な機能は「Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.」です。
拡張機能のスクリーンショット
Open with Google Drive™ Viewer拡張機能のCRXファイルをダウンロード
Open with Google Drive™ Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Supports Word, Excel, PowerPoint, PDF, ZIP and more formats. File should be online and publicly accessible. Opened files can be easily saved to the Google Drive. Doesn't work on ***Google Search Result Pages***. List of supported file types: https://support.google.com/drive/answer/2423485?hl=en&p=docs_viewer&rd=1 Test extension on this page: http://browsernative.com/test/drive.php Not affiliated with Google.
拡張機能の基本情報
名前 | Open with Google Drive™ Viewer |
ID | bdkpinfdldjdngmgfbifbdbgaoampkan |
公式URL | https://chromewebstore.google.com/detail/open-with-google-drive-vi/bdkpinfdldjdngmgfbifbdbgaoampkan |
説明 | Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc. |
ファイルサイズ | 19.98 KB |
インストール数 | 47,022 |
現在のバージョン | 0.48 |
最終更新日 | 2016-07-12 |
公開日 | 2016-07-12 |
評価 | 3.23/5 合計 211 レビュー |
開発者 | BrowserNative |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://browsernative.com/open-with-google-drive-viewer/ |
ヘルプページのURL | https://browsernative.com/open-with-google-drive-viewer/ |
プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ], "persistent": false }, "description": "Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.", "homepage_url": "https:\/\/browsernative.com\/open-with-google-drive-viewer\/", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Open with Google Drive\u2122 Viewer", "permissions": [ "contextMenus" ], "version": "0.48" } |