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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |