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.
What is Open with Google Drive™ Viewer?
Open with Google Drive™ Viewer is a Chrome extension developed by BrowserNative, and its main feature is "Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.".
Extension Screenshots
Download Open with Google Drive™ Viewer Extension CRX File
Download Open with Google Drive™ Viewer 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
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.
Extension Basic Information
Name | Open with Google Drive™ Viewer |
ID | bdkpinfdldjdngmgfbifbdbgaoampkan |
Official URL | https://chromewebstore.google.com/detail/open-with-google-drive-vi/bdkpinfdldjdngmgfbifbdbgaoampkan |
Description | Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc. |
File Size | 19.98 KB |
Installation Count | 47,022 |
Current Version | 0.48 |
Last Updated | 2016-07-12 |
Publish Date | 2016-07-12 |
Rating | 3.23/5 Total 211 Ratings |
Developer | BrowserNative |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/open-with-google-drive-viewer/ |
Help Page URL | https://browsernative.com/open-with-google-drive-viewer/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | 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" } |