DriveIO
A CLI for Google Drive
What is DriveIO?
DriveIO is a Chrome extension developed by DriveIO Developers, and its main feature is "A CLI for Google Drive".
Extension Screenshots
Download DriveIO Extension CRX File
Download DriveIO 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
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.
Extension Basic Information
Name | |
ID | goldijdloncmcfofkbahbadhigjilcfm |
Official URL | https://chrome.google.com/webstore/detail/driveio/goldijdloncmcfofkbahbadhigjilcfm |
Description | A CLI for Google Drive |
File Size | 77.16 KB |
Installation Count | 92 |
Current Version | Alpha |
Last Updated | 2015-11-08 |
Publish Date | 2015-11-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | DriveIO Developers |
Payment Type | free |
Supported Languages | 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" } |