Lyndownloader

Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…

Lyndownloaderとは何ですか?

LyndownloaderはAndrew Kozhokaruによって開発されたChromeの拡張機能で、その主な機能は「Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…」です。

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

screenshot

Lyndownloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Download all videos for Lynda.com courses. 

Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will be downloaded in your default download folder on disk.                    

拡張機能の基本情報

名前 Lyndownloader Lyndownloader
ID kkomlekhfedfelahgkjgnpimklgdaggl
公式URL https://chromewebstore.google.com/detail/lyndownloader/kkomlekhfedfelahgkjgnpimklgdaggl
説明 Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…
ファイルサイズ 24.36 KB
インストール数 568
現在のバージョン 0.0.2
最終更新日 2017-06-21
公開日 2017-06-21
評価 3.38/5 合計 8 レビュー
開発者 Andrew Kozhokaru
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "name": "Lyndownloader",
    "version": "0.0.2",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lynda.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Lyndownloader",
        "default_icon": "48.png"
    }
}