DriveIO
A CLI for Google Drive
DriveIO क्या है?
DriveIO DriveIO Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A CLI for Google Drive"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DriveIO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |