Quick Drive
Quick access to your files & folders in Google Drive.
什麼是Quick Drive?
Quick Drive是由tearoom6開發的Chrome擴展程式,該擴展的主要功能是“Quick access to your files & folders in Google Drive.”。
擴展截圖
下載Quick Drive擴展crx文件
下載Quick Drive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can access your Google Drive items with this extension popup! You can jump to target file / folder web page!! [Latest Update] ver 2.0.5 - Update dependencies versions. This is an open source software. (https://github.com/tearoom6/QuickDrive2) (copyright) tearoom6 2015-2019
擴展基本資訊
名稱 | Quick Drive |
ID | aijfbconiilhjgfljolkoiaockgenpgn |
官方網址 | https://chromewebstore.google.com/detail/quick-drive/aijfbconiilhjgfljolkoiaockgenpgn |
簡介 | Quick access to your files & folders in Google Drive. |
檔案大小 | 214 KB |
安裝次數 | 4,134 |
目前版本 | 2.0.5 |
更新時間 | 2019-07-15 |
上架時間 | 2019-07-15 |
評分 | 4.11/5 共 9 次評分 |
開發者 | tearoom6 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://tearoom6.github.io/ |
說明頁面URL | https://github.com/tearoom6/QuickDrive2/issues |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "2.0.5", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "author": "tearoom6", "browser_action": { "default_popup": "index.html", "default_icon": "img\/icon19.png" }, "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+O" } } }, "permissions": [ "identity", "storage", "http:\/\/www.google.com\/", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "739284067114-k1fs00c8nkigje81cf53rmv8vjt5hnde.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive" ] }, "content_security_policy": "script-src 'self' https:\/\/netdna.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/content.googleapis.com https:\/\/ajax.googleapis.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/accounts.google.com https:\/\/oauth.googleusercontent.com https:\/\/ssl.gstatic.com https:\/\/docs.google.com; object-src 'self'" } |