Advanced Drive Search

Advanced search for Google Drive.

Qu'est-ce que Advanced Drive Search ?

Advanced Drive Search est une extension Chrome développée par kissrobber, et sa fonction principale est "Advanced search for Google Drive.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Advanced Drive Search

Téléchargez les fichiers d'extension Advanced Drive Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Advanced Drive Search Advanced Drive Search
ID chomjcpadndbjgkanbaakmjehdoighab
URL Officiel https://chromewebstore.google.com/detail/advanced-drive-search/chomjcpadndbjgkanbaakmjehdoighab
Description Advanced search for Google Drive.
Taille du Fichier 1.57 MB
Nombre d'Installations 539
Version Actuelle 1.0.6
Dernière Mise à Jour 2015-04-19
Date de Publication 2015-04-19
Développeur kissrobber
Type de Paiement free
Site Web de l'Extension https://github.com/kissrobber/advanced_google_drive_search_chrome_extension
URL de la Page d'Aide https://github.com/kissrobber/advanced_google_drive_search_chrome_extension/issues
Langues Prises en Charge 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"
        ]
    }
}