Advanced Drive Search

Advanced search for Google Drive.

Wat is Advanced Drive Search?

Advanced Drive Search is een Chrome-extensie ontwikkeld door kissrobber, en de belangrijkste functie is "Advanced search for Google Drive.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Advanced Drive Search

Download Advanced Drive 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

                        Advanced search for Google Drive.
You can filter files by folder.

source code: https://github.com/kissrobber/advanced_google_drive_search_chrome_extension                    

Basisinformatie over de Extensie

Naam Advanced Drive Search Advanced Drive Search
ID chomjcpadndbjgkanbaakmjehdoighab
Officiële URL https://chromewebstore.google.com/detail/advanced-drive-search/chomjcpadndbjgkanbaakmjehdoighab
Beschrijving Advanced search for Google Drive.
Bestandsgrootte 1.57 MB
Aantal Installaties 539
Huidige Versie 1.0.6
Laatst Bijgewerkt 2015-04-19
Publicatiedatum 2015-04-19
Ontwikkelaar kissrobber
Betalingswijze free
Extensiewebsite https://github.com/kissrobber/advanced_google_drive_search_chrome_extension
Help Pagina-URL https://github.com/kissrobber/advanced_google_drive_search_chrome_extension/issues
Ondersteunde Talen 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"
        ]
    }
}