Google Drive™ Omnibar Search

Will extend your chrome search, with search in Google Drive

ما هو Google Drive™ Omnibar Search؟

Google Drive™ Omnibar Search هو إضافة Chrome تم تطويرها بواسطة analytics، والميزة الرئيسية لها هي "Will extend your chrome search, with search in Google Drive".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Drive™ Omnibar Search

قم بتنزيل ملفات الامتداد Google Drive™ Omnibar Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
}