Yoga's DownloadManager

Download all MP3 files from a site.

Yoga's DownloadManagerとは何ですか?

Yoga's DownloadManagerはrollbondによって開発されたChromeの拡張機能で、その主な機能は「Download all MP3 files from a site.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Yoga's DownloadManager拡張機能のCRXファイルをダウンロード

Yoga's DownloadManager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Backlog
- Implement shortcuts
- Implement select box
  for different file types
  currently hardcoded to mp3
- Implement smarter search
  currently optimized for tamilwire

Release notes
0.4 Downloading-Queue implemented
0.3 Extension opens in new tab
0.2 GUI redesign
0.1 initial release                    

拡張機能の基本情報

名前 Yoga's DownloadManager Yoga's DownloadManager
ID npkkboejpcngeinniagkeidminpemajk
公式URL https://chrome.google.com/webstore/detail/yogas-downloadmanager/npkkboejpcngeinniagkeidminpemajk
説明 Download all MP3 files from a site.
ファイルサイズ 1.25 MB
インストール数 69
現在のバージョン 0.4
最終更新日 2018-01-31
公開日 2018-01-31
評価 3.00/5 合計 2 レビュー
開発者 rollbond
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yoga's DownloadManager",
    "version": "0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Download all MP3 files from a site.",
    "short_name": "Download Manager",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "downloads",
        "storage"
    ],
    "author": "Yogananthar Ananthapavan"
}