Lyndownloader

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

Lyndownloader là gì?

Lyndownloader là một tiện ích mở rộng Chrome được phát triển bởi Andrew Kozhokaru, và tính năng chính của nó là "Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lyndownloader

Tải xuống các tệp mở rộng Lyndownloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lyndownloader Lyndownloader
ID kkomlekhfedfelahgkjgnpimklgdaggl
URL Chính Thức https://chromewebstore.google.com/detail/lyndownloader/kkomlekhfedfelahgkjgnpimklgdaggl
Mô tả Download all videos for Lynda.com courses. Open course on Lynda.com and push Lyndownloader icon. Videos from entire course will…
Kích Thước Tệp 24.36 KB
Số Lần Cài Đặt 568
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-06-21
Ngày Phát Hành 2017-06-21
Đánh Giá 3.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Andrew Kozhokaru
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}