Quick Drive

Quick access to your files & folders in Google Drive.

Quick Drive क्या है?

Quick Drive tearoom6 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick access to your files & folders in Google Drive."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick Drive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can access your Google Drive items with this extension popup!
You can jump to target file / folder web page!!

[Latest Update]
ver 2.0.5
- Update dependencies versions.

This is an open source software. (https://github.com/tearoom6/QuickDrive2)
(copyright) tearoom6 2015-2019                    

एक्सटेंशन की मूल जानकारी

नाम Quick Drive Quick Drive
ID aijfbconiilhjgfljolkoiaockgenpgn
आधिकारिक URL https://chromewebstore.google.com/detail/quick-drive/aijfbconiilhjgfljolkoiaockgenpgn
विवरण Quick access to your files & folders in Google Drive.
फ़ाइल का आकार 214 KB
स्थापना संख्या 4,134
वर्तमान संस्करण 2.0.5
अंतिम अपडेट 2019-07-15
प्रकाशन तिथि 2019-07-15
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर tearoom6
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tearoom6.github.io/
सहायता पृष्ठ URL https://github.com/tearoom6/QuickDrive2/issues
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "2.0.5",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "author": "tearoom6",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "img\/icon19.png"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        }
    },
    "permissions": [
        "identity",
        "storage",
        "http:\/\/www.google.com\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "739284067114-k1fs00c8nkigje81cf53rmv8vjt5hnde.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/netdna.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/content.googleapis.com https:\/\/ajax.googleapis.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/accounts.google.com https:\/\/oauth.googleusercontent.com https:\/\/ssl.gstatic.com https:\/\/docs.google.com; object-src 'self'"
}