GitHub folder download&zip
It works on a github subfolder page - zips all the direct descendant files in that subfolder
什么是GitHub folder download&zip?
GitHub folder download&zip是由rite-chrome-extensions开发的Chrome扩展程序,该扩展的主要功能是“It works on a github subfolder page - zips all the direct descendant files in that subfolder”。
扩展截图
下载GitHub folder download&zip扩展crx文件
下载GitHub folder download&zip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | GitHub folder download&zip |
ID | khnljpeameaeeadfbckchhhnchndfjnj |
官方URL | https://chromewebstore.google.com/detail/github-folder-downloadzip/khnljpeameaeeadfbckchhhnchndfjnj |
简介 | It works on a github subfolder page - zips all the direct descendant files in that subfolder |
文件大小 | 64.88 KB |
安装次数 | 119 |
当前版本 | 0.13 |
更新时间 | 2023-05-16 |
上架时间 | 2021-11-25 |
开发者 | rite-chrome-extensions |
付费类型 | free |
支持的语言 | 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" ] } |