Butterfly Cloud Downloader
Downloads an entire Butterfly Archive with one click
Co je Butterfly Cloud Downloader?
Butterfly Cloud Downloader je rozšíření Chrome vyvinuté https://www.ultrasoundoftheweek.com, a jeho hlavní funkcí je „Downloads an entire Butterfly Archive with one click“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Butterfly Cloud Downloader
Stáhněte si soubory rozšíření Butterfly Cloud Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Butterfly Cloud Downloader |
ID | bpgncphfhlodchilcolmadpagamijbmm |
Oficiální URL | https://chromewebstore.google.com/detail/butterfly-cloud-downloade/bpgncphfhlodchilcolmadpagamijbmm |
Popis | Downloads an entire Butterfly Archive with one click |
Velikost souboru | 18.72 KB |
Počet instalací | 61 |
Aktuální Verze | 0.0.1.3 |
Poslední Aktualizace | 2019-04-28 |
Datum Vydání | 2019-04-28 |
Vývojář | https://www.ultrasoundoftheweek.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |