Quick Search for Google Drive™
Lets you quickly search files in Google Drive™ and get results using the address bar
Quick Search for Google Drive™ क्या है?
Quick Search for Google Drive™ Ahmet Kerim Şenol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you quickly search files in Google Drive™ and get results using the address bar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Search for Google Drive™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Lets you use the omnibar to get quick results from your Google Drive™. Just type "drive" to the address bar then enter your query. This will list the matching entries. You can also go to Drive's search page by using this extension.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ddebdlfmldojeofgkeocjdkloocegmae |
आधिकारिक URL | https://chrome.google.com/webstore/detail/quick-search-for-google-d/ddebdlfmldojeofgkeocjdkloocegmae |
विवरण | Lets you quickly search files in Google Drive™ and get results using the address bar |
फ़ाइल का आकार | 15.58 KB |
स्थापना संख्या | 25,351 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2015-06-28 |
प्रकाशन तिथि | 2015-06-28 |
रेटिंग | 4.08/5 कुल 114 रेटिंग्स |
डेवलपर | Ahmet Kerim Şenol |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.3", "minimum_chrome_version": "29", "name": "Quick Search for Google Drive\u2122", "description": "Lets you quickly search files in Google Drive\u2122 and get results using the address bar", "omnibox": { "keyword": "drive" }, "icons": { "128": "res\/icon.png", "16": "res\/icon.png", "48": "res\/icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "identity" ], "oauth2": { "client_id": "608686014163-6o9nqk0bs8oaaf7qo52ng36aioggb3q4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.readonly" ] }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDtu5VeoVUZ2ae9nXFfQYNvtDVeN4eb0MV\/f4NQ1Z5DUcBjKY4E67lze14dH6\/rnsok6Z5UZIww5liVyQROCERhl6r0pZaMUATvSmK9V9\/vHfn13YMW6tFtdTA5WgnIGL2b3MY7q12iAY9Q\/YEfT+ON4BPvV6WaGrBSku9oaDQtywIDAQAB" } |