Butterfly Cloud Downloader

Downloads an entire Butterfly Archive with one click

O que é Butterfly Cloud Downloader?

Butterfly Cloud Downloader é uma extensão do Chrome desenvolvida por https://www.ultrasoundoftheweek.com, e sua principal característica é "Downloads an entire Butterfly Archive with one click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Butterfly Cloud Downloader

Baixe arquivos de extensão Butterfly Cloud Downloader 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

                        Let's face it, downloading an entire archive on Butterfly Cloud is painful. This extension makes it a one click dream. To use: first navigate to an archive on the Butterfly Cloud, then click the Butterfly Cloud Downloader button. Boom, done.

Icon used for this extension is Butterfly by Hea Poh Lin from the Noun Project                    

Informações Básicas da Extensão

Nome Butterfly Cloud Downloader Butterfly Cloud Downloader
ID bpgncphfhlodchilcolmadpagamijbmm
URL Oficial https://chromewebstore.google.com/detail/butterfly-cloud-downloade/bpgncphfhlodchilcolmadpagamijbmm
Descrição Downloads an entire Butterfly Archive with one click
Tamanho do Arquivo 18.72 KB
Contagem de Instalações 61
Versão Atual 0.0.1.3
Última Atualização 2019-04-28
Data de Publicação 2019-04-28
Desenvolvedor https://www.ultrasoundoftheweek.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Butterfly Cloud Downloader",
    "version": "0.0.1.3",
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "description": "Downloads an entire Butterfly Archive with one click",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cloud.butterflynetwork.com\/*\/archives\/*\/studies\/*\/images\/*"
            ],
            "js": [
                "verifyloaded.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}