Quick Drive

Quick access to your files & folders in Google Drive.

Quick Drive란 무엇입니까?

Quick Drive은(는) tearoom6에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to your files & folders in Google Drive."입니다.

확장 프로그램 스크린샷

screenshot

Quick Drive 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}