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 |
电子邮箱 | [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" } |