Advanced Drive Search
Advanced search for Google Drive.
Advanced Drive Searchとは何ですか?
Advanced Drive Searchはkissrobberによって開発されたChromeの拡張機能で、その主な機能は「Advanced search for Google Drive.」です。
拡張機能のスクリーンショット
Advanced Drive Search拡張機能のCRXファイルをダウンロード
Advanced Drive Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Advanced search for Google Drive.
You can filter files by folder.
source code: https://github.com/kissrobber/advanced_google_drive_search_chrome_extension 拡張機能の基本情報
| 名前 | |
| ID | chomjcpadndbjgkanbaakmjehdoighab |
| 公式URL | https://chromewebstore.google.com/detail/advanced-drive-search/chomjcpadndbjgkanbaakmjehdoighab |
| 説明 | Advanced search for Google Drive. |
| ファイルサイズ | 1.57 MB |
| インストール数 | 539 |
| 現在のバージョン | 1.0.6 |
| 最終更新日 | 2015-04-19 |
| 公開日 | 2015-04-19 |
| 開発者 | kissrobber |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/kissrobber/advanced_google_drive_search_chrome_extension |
| ヘルプページのURL | https://github.com/kissrobber/advanced_google_drive_search_chrome_extension/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"homepage_url": "https:\/\/github.com\/kissrobber\/advanced_google_drive_search_chrome_extension",
"manifest_version": 2,
"name": "Advanced Drive Search",
"short_name": "Advanced Drive Search",
"version": "1.0.6",
"description": "Advanced search for Google Drive.",
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Advanced Drive Search",
"default_popup": "index.html",
"default_tooltip": "Advanced Drive Search"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApvQDGba\/ipYHHnvEsZcordoaX6VePQA\/WIbn9ey7Ly8o\/jy0fWk9whWPWDbBRIH3TZv3npJkxukBH6mDXJpHgv7ZBPgbd9ja1\/jEueqobgTl\/SeX+rdSANQEfyT38Zc9jB6V0DsYYEoAgMBjea3328wpQZU77m1hBwGT3BW4lgmtqMJUZjRNtgARnEdEUjW7ABwPKnvXsnY\/I8762nkRTjJhMAXScm3IE0ykZI7Nh4l7J3AQZUrYuh+4OKIiN+LrAsH3YjU9Y4gTg535iiVbP\/RuMRmFUD2I9BUO05cmue6swLh+3vEDIw99oAUwa+XJ4Gd2kIw9FObOUYEk\/FA9nQIDAQAB",
"minimum_chrome_version": "41.0",
"content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
"permissions": [
"identity"
],
"oauth2": {
"client_id": "540816257433-satoregj0ihovaee1mge48hg69aaag90.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.readonly",
"https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
]
}
} | |