Butterfly Cloud Downloader
Downloads an entire Butterfly Archive with one click
Co to jest Butterfly Cloud Downloader?
Butterfly Cloud Downloader to rozszerzenie Chrome opracowane przez https://www.ultrasoundoftheweek.com, a jego główną funkcją jest „Downloads an entire Butterfly Archive with one click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Butterfly Cloud Downloader
Pobierz pliki rozszerzeń Butterfly Cloud Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Butterfly Cloud Downloader |
ID | bpgncphfhlodchilcolmadpagamijbmm |
Oficjalny URL | https://chromewebstore.google.com/detail/butterfly-cloud-downloade/bpgncphfhlodchilcolmadpagamijbmm |
Opis | Downloads an entire Butterfly Archive with one click |
Rozmiar pliku | 18.72 KB |
Liczba instalacji | 61 |
Aktualna Wersja | 0.0.1.3 |
Ostatnia Aktualizacja | 2019-04-28 |
Data Publikacji | 2019-04-28 |
Deweloper | https://www.ultrasoundoftheweek.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |