DriveIO

A CLI for Google Drive

DriveIOとは何ですか?

DriveIOはDriveIO Developersによって開発されたChromeの拡張機能で、その主な機能は「A CLI for Google Drive」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 DriveIO DriveIO
ID goldijdloncmcfofkbahbadhigjilcfm
公式URL 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"
}