DriveIO
A CLI for Google Drive
DriveIO là gì?
DriveIO là một tiện ích mở rộng Chrome được phát triển bởi DriveIO Developers, và tính năng chính của nó là "A CLI for Google Drive".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DriveIO
Tải xuống các tệp mở rộng DriveIO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | goldijdloncmcfofkbahbadhigjilcfm |
URL Chính Thức | https://chrome.google.com/webstore/detail/driveio/goldijdloncmcfofkbahbadhigjilcfm |
Mô tả | A CLI for Google Drive |
Kích Thước Tệp | 77.16 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | Alpha |
Cập Nhật Lần Cuối | 2015-11-08 |
Ngày Phát Hành | 2015-11-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | DriveIO Developers |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |