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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rite-chrome-extensions และคุณลักษณะหลักของมันคือ "It works on a github subfolder page - zips all the direct descendant files in that subfolder"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub folder download&zip
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |