Quick Drive

Quick access to your files & folders in Google Drive.

O que é Quick Drive?

Quick Drive é uma extensão do Chrome desenvolvida por tearoom6, e sua principal característica é "Quick access to your files & folders in Google Drive.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Quick Drive

Baixe arquivos de extensão Quick Drive no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        You can access your Google Drive items with this extension popup!
You can jump to target file / folder web page!!

[Latest Update]
ver 2.0.5
- Update dependencies versions.

This is an open source software. (https://github.com/tearoom6/QuickDrive2)
(copyright) tearoom6 2015-2019                    

Informações Básicas da Extensão

Nome Quick Drive Quick Drive
ID aijfbconiilhjgfljolkoiaockgenpgn
URL Oficial https://chromewebstore.google.com/detail/quick-drive/aijfbconiilhjgfljolkoiaockgenpgn
Descrição Quick access to your files & folders in Google Drive.
Tamanho do Arquivo 214 KB
Contagem de Instalações 4,134
Versão Atual 2.0.5
Última Atualização 2019-07-15
Data de Publicação 2019-07-15
Classificação 4.11/5 Total de 9 Avaliações
Desenvolvedor tearoom6
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tearoom6.github.io/
URL da Página de Ajuda https://github.com/tearoom6/QuickDrive2/issues
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "2.0.5",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "author": "tearoom6",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "img\/icon19.png"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        }
    },
    "permissions": [
        "identity",
        "storage",
        "http:\/\/www.google.com\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "739284067114-k1fs00c8nkigje81cf53rmv8vjt5hnde.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/netdna.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/content.googleapis.com https:\/\/ajax.googleapis.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/accounts.google.com https:\/\/oauth.googleusercontent.com https:\/\/ssl.gstatic.com https:\/\/docs.google.com; object-src 'self'"
}