DriveIO
A CLI for Google Drive
什麼是DriveIO?
DriveIO是由DriveIO Developers開發的Chrome擴展程式,該擴展的主要功能是“A CLI for Google Drive”。
擴展截圖
下載DriveIO擴展crx文件
下載DriveIO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use a command-line interface with Google Drive! This application turns your Chrome Omnibox into a "terminal" of sorts, letting you manage your files with commands.
擴展基本資訊
名稱 | |
ID | goldijdloncmcfofkbahbadhigjilcfm |
官方網址 | https://chrome.google.com/webstore/detail/driveio/goldijdloncmcfofkbahbadhigjilcfm |
簡介 | A CLI for Google Drive |
檔案大小 | 77.16 KB |
安裝次數 | 92 |
目前版本 | Alpha |
更新時間 | 2015-11-08 |
上架時間 | 2015-11-08 |
評分 | 5.00/5 共 1 次評分 |
開發者 | DriveIO Developers |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DriveIO", "version": "0.3", "description": "A CLI for Google Drive", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "William Walker", "background": { "scripts": [ "script.js" ], "persistent": false }, "incognito": "split", "oauth2": { "client_id": "777730563603-3v441igjujoiq3s3kh3kbhb2h8apmmmn.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive" ] }, "offline_enabled": true, "omnibox": { "keyword": "driveio" }, "permissions": [ "identity", "tabs" ], "short_name": "DriveIO", "version_name": "Alpha" } |