DriveIO

A CLI for Google Drive

ما هو DriveIO؟

DriveIO هو إضافة Chrome تم تطويرها بواسطة DriveIO Developers، والميزة الرئيسية لها هي "A CLI for Google Drive".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DriveIO

قم بتنزيل ملفات الامتداد DriveIO بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}