Google Drive™ Omnibar Search

Will extend your chrome search, with search in Google Drive

Google Drive™ Omnibar Search란 무엇입니까?

Google Drive™ Omnibar Search은(는) analytics에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Will extend your chrome search, with search in Google Drive"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Ever wish you could just search your Google Drive from the OmniBar? 

Well, I did. 

Now all you need to do is type in `drive` hit the space button, and then type what you are searching for. You will be dropped into Google Drive for your search!                    

확장 프로그램 기본 정보

이름 Google Drive™ Omnibar Search Google Drive™ Omnibar Search
ID nohkcndmafhiloemjgjgmafpihnejnja
공식 URL https://chromewebstore.google.com/detail/google-drive-omnibar-sear/nohkcndmafhiloemjgjgmafpihnejnja
설명 Will extend your chrome search, with search in Google Drive
파일 크기 76.79 KB
설치 횟수 245
현재 버전 1.0.2
최근 업데이트 2022-08-04
출시 날짜 2020-10-17
평점 4.50/5 총 2 개의 평점
개발자 analytics
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mcgaw.io
개인정보 보호 정책 페이지 URL https://mcgaw.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "name": "Google Drive\u2122 Omnibar Search",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Will extend your chrome search, with search in Google Drive",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-48.png"
    },
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png",
        "32": "assets\/icon-32.png",
        "16": "assets\/icon-16.png"
    },
    "omnibox": {
        "keyword": "drive"
    },
    "oauth2": {
        "client_id": "153135293757-7n3b9muq1rrrrg6hnkpi3bmbmujk9ntm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "minimum_chrome_version": "88"
}