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™ là gì?
Quick Search for Google Drive™ là một tiện ích mở rộng Chrome được phát triển bởi Ahmet Kerim Şenol, và tính năng chính của nó là "Lets you quickly search files in Google Drive™ and get results using the address bar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quick Search for Google Drive™
Tải xuống các tệp mở rộng Quick Search for Google Drive™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ddebdlfmldojeofgkeocjdkloocegmae |
URL Chính Thức | https://chrome.google.com/webstore/detail/quick-search-for-google-d/ddebdlfmldojeofgkeocjdkloocegmae |
Mô tả | Lets you quickly search files in Google Drive™ and get results using the address bar |
Kích Thước Tệp | 15.58 KB |
Số Lần Cài Đặt | 25,351 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2015-06-28 |
Ngày Phát Hành | 2015-06-28 |
Đánh Giá | 4.08/5 Tổng số 114 Đánh Giá |
Nhà Phát Triển | Ahmet Kerim Şenol |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |