Quick Search for Google Drive™

Lets you quickly search files in Google Drive™ and get results using the address bar

Quick Search for Google Drive™란 무엇입니까?

Quick Search for Google Drive™은(는) Ahmet Kerim Şenol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you quickly search files in Google Drive™ and get results using the address bar"입니다.

확장 프로그램 스크린샷

screenshot

Quick Search for Google Drive™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Lets you use the omnibar to get quick results from your Google Drive™. 

Just type "drive" to the address bar then enter your query. 

This will list the matching entries. You can also go to Drive's search page by using this extension.                    

확장 프로그램 기본 정보

이름 Quick Search for Google Drive™ Quick Search for Google Drive™
ID ddebdlfmldojeofgkeocjdkloocegmae
공식 URL https://chrome.google.com/webstore/detail/quick-search-for-google-d/ddebdlfmldojeofgkeocjdkloocegmae
설명 Lets you quickly search files in Google Drive™ and get results using the address bar
파일 크기 15.58 KB
설치 횟수 25,351
현재 버전 0.3
최근 업데이트 2015-06-28
출시 날짜 2015-06-28
평점 4.08/5 총 114 개의 평점
개발자 Ahmet Kerim Şenol
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3",
    "minimum_chrome_version": "29",
    "name": "Quick Search for Google Drive\u2122",
    "description": "Lets you quickly search files in Google Drive\u2122 and get results using the address bar",
    "omnibox": {
        "keyword": "drive"
    },
    "icons": {
        "128": "res\/icon.png",
        "16": "res\/icon.png",
        "48": "res\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "identity"
    ],
    "oauth2": {
        "client_id": "608686014163-6o9nqk0bs8oaaf7qo52ng36aioggb3q4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDtu5VeoVUZ2ae9nXFfQYNvtDVeN4eb0MV\/f4NQ1Z5DUcBjKY4E67lze14dH6\/rnsok6Z5UZIww5liVyQROCERhl6r0pZaMUATvSmK9V9\/vHfn13YMW6tFtdTA5WgnIGL2b3MY7q12iAY9Q\/YEfT+ON4BPvV6WaGrBSku9oaDQtywIDAQAB"
}