Google Drive™ Omnibar Search
Will extend your chrome search, with search in Google Drive
Wat is Google Drive™ Omnibar Search?
Google Drive™ Omnibar Search is een Chrome-extensie ontwikkeld door analytics, en de belangrijkste functie is "Will extend your chrome search, with search in Google Drive".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Drive™ Omnibar Search
Download Google Drive™ Omnibar Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | nohkcndmafhiloemjgjgmafpihnejnja |
| Officiële URL | https://chromewebstore.google.com/detail/google-drive-omnibar-sear/nohkcndmafhiloemjgjgmafpihnejnja |
| Beschrijving | Will extend your chrome search, with search in Google Drive |
| Bestandsgrootte | 76.79 KB |
| Aantal Installaties | 245 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2022-08-04 |
| Publicatiedatum | 2020-10-17 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | analytics |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://mcgaw.io |
| URL van de Privacybeleid Pagina | https://mcgaw.io/privacy-policy |
| Ondersteunde Talen | 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"
} | |