Butterfly Cloud Downloader
Downloads an entire Butterfly Archive with one click
Wat is Butterfly Cloud Downloader?
Butterfly Cloud Downloader is een Chrome-extensie ontwikkeld door https://www.ultrasoundoftheweek.com, en de belangrijkste functie is "Downloads an entire Butterfly Archive with one click".
Extensie Screenshots
Download het CRX-bestand van de extensie Butterfly Cloud Downloader
Download Butterfly Cloud Downloader-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
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
Basisinformatie over de Extensie
Naam | Butterfly Cloud Downloader |
ID | bpgncphfhlodchilcolmadpagamijbmm |
Officiële URL | https://chromewebstore.google.com/detail/butterfly-cloud-downloade/bpgncphfhlodchilcolmadpagamijbmm |
Beschrijving | Downloads an entire Butterfly Archive with one click |
Bestandsgrootte | 18.72 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.0.1.3 |
Laatst Bijgewerkt | 2019-04-28 |
Publicatiedatum | 2019-04-28 |
Ontwikkelaar | https://www.ultrasoundoftheweek.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |