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 |
官方網址 | 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" } |