Butterfly Cloud Downloader
Downloads an entire Butterfly Archive with one click
什麼是Butterfly Cloud Downloader?
Butterfly Cloud Downloader是由https://www.ultrasoundoftheweek.com開發的Chrome擴展程式,該擴展的主要功能是“Downloads an entire Butterfly Archive with one click”。
擴展截圖
下載Butterfly Cloud Downloader擴展crx文件
下載Butterfly Cloud Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Butterfly Cloud Downloader |
ID | bpgncphfhlodchilcolmadpagamijbmm |
官方網址 | https://chromewebstore.google.com/detail/butterfly-cloud-downloade/bpgncphfhlodchilcolmadpagamijbmm |
簡介 | Downloads an entire Butterfly Archive with one click |
檔案大小 | 18.72 KB |
安裝次數 | 61 |
目前版本 | 0.0.1.3 |
更新時間 | 2019-04-28 |
上架時間 | 2019-04-28 |
開發者 | https://www.ultrasoundoftheweek.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |