Google Drive™ Omnibar Search
Will extend your chrome search, with search in Google Drive
Vad är Google Drive™ Omnibar Search?
Google Drive™ Omnibar Search är en Chrome-tillägg utvecklad av analytics, och dess huvudfunktion är "Will extend your chrome search, with search in Google Drive".
Tilläggsskärmbilder
Ladda ner Google Drive™ Omnibar Search-förlängningens CRX-fil
Ladda ner Google Drive™ Omnibar Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Google Drive™ Omnibar Search |
ID | nohkcndmafhiloemjgjgmafpihnejnja |
Officiell webbadress | https://chromewebstore.google.com/detail/google-drive-omnibar-sear/nohkcndmafhiloemjgjgmafpihnejnja |
Beskrivning | Will extend your chrome search, with search in Google Drive |
Filstorlek | 76.79 KB |
Antal Installationer | 245 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2022-08-04 |
Publiceringsdatum | 2020-10-17 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | analytics |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://mcgaw.io |
URL till Sekretesspolicy Sidan | https://mcgaw.io/privacy-policy |
Stödda Språk | 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" } |