URL2Drive

Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.

O que é URL2Drive?

URL2Drive é uma extensão do Chrome desenvolvida por corneliustodd, e sua principal característica é "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão URL2Drive

Baixe arquivos de extensão URL2Drive 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

                        Import web documents directly to Google Drive. This is ideal for white sheets, raw files, and other web-available documents. This uses your currently logged in Google account to authorize the save feature. No passwords are handled by this extension.

With this extension you will no longer have to download a file just to upload it to Google Drive. Save time, do awesome.                    

Informações Básicas da Extensão

Nome URL2Drive URL2Drive
ID ndmfocmpejjhinimlcekfkkgoolochkp
URL Oficial https://chromewebstore.google.com/detail/url2drive/ndmfocmpejjhinimlcekfkkgoolochkp
Descrição Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.
Tamanho do Arquivo 39.43 KB
Contagem de Instalações 503
Versão Atual 0.3
Última Atualização 2014-07-20
Data de Publicação 2014-07-19
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor corneliustodd
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL2Drive",
    "version": "0.3",
    "author": "corneliustodd",
    "short_name": "URL2Drive",
    "description": "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.16.png",
            "38": "images\/icon.48.png"
        },
        "default_title": "Send this document to Drive",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.16.png",
        "48": "images\/icon.48.png",
        "128": "images\/icon.128.png"
    }
}