GitHub folder download&zip

It works on a github subfolder page - zips all the direct descendant files in that subfolder

GitHub folder download&zip là gì?

GitHub folder download&zip là một tiện ích mở rộng Chrome được phát triển bởi rite-chrome-extensions, và tính năng chính của nó là "It works on a github subfolder page - zips all the direct descendant files in that subfolder".

Ả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 GitHub folder download&zip

Tải xuống các tệp mở rộng GitHub folder download&zip 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

                        Github web ui allows downloading and zipping a whole repository but it does not allow doing that inside subfolders.

This plugin extends the github webpage UI so that it is possible to download and zip a subfolder.
It works by looking for all the links in that subfolder, fetching raw files from that links and compressing them into a single zip file. 

Because all this can be done in the context of the logged in user, this can work seamlessly without needing to set up any authorization keys.

Known limitations:
- binary files are currently incorrectly zipped, because text() is read from fetch response
- only files from the top files are added to the zip (the files from subfolders are not)                    

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

Tên GitHub folder download&zip GitHub folder download&zip
ID khnljpeameaeeadfbckchhhnchndfjnj
URL Chính Thức https://chromewebstore.google.com/detail/github-folder-downloadzip/khnljpeameaeeadfbckchhhnchndfjnj
Mô tả It works on a github subfolder page - zips all the direct descendant files in that subfolder
Kích Thước Tệp 64.88 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.13
Cập Nhật Lần Cuối 2023-05-16
Ngày Phát Hành 2021-11-25
Nhà Phát Triển rite-chrome-extensions
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub folder download&zip",
    "description": "It works on a github subfolder page - zips all the direct descendant files in that subfolder",
    "version": "0.13",
    "browser_action": {
        "default_title": "GitHub folder download&zip",
        "default_icon": "download-zip.png",
        "default_popup": "downloadpopup.html"
    },
    "permissions": [
        "activeTab"
    ]
}