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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Drive™ Omnibar Search
ดาวน์โหลดไฟล์ส่วนขยาย Google Drive™ Omnibar Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } |