Butterfly Cloud Downloader
Downloads an entire Butterfly Archive with one click
Qu'est-ce que Butterfly Cloud Downloader ?
Butterfly Cloud Downloader est une extension Chrome développée par https://www.ultrasoundoftheweek.com, et sa fonction principale est "Downloads an entire Butterfly Archive with one click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Butterfly Cloud Downloader
Téléchargez les fichiers d'extension Butterfly Cloud Downloader 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
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
Informations de Base sur l'Extension
Nom | Butterfly Cloud Downloader |
ID | bpgncphfhlodchilcolmadpagamijbmm |
URL Officiel | https://chromewebstore.google.com/detail/butterfly-cloud-downloade/bpgncphfhlodchilcolmadpagamijbmm |
Description | Downloads an entire Butterfly Archive with one click |
Taille du Fichier | 18.72 KB |
Nombre d'Installations | 61 |
Version Actuelle | 0.0.1.3 |
Dernière Mise à Jour | 2019-04-28 |
Date de Publication | 2019-04-28 |
Développeur | https://www.ultrasoundoftheweek.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |