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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It works on a github subfolder page - zips all the direct descendant files in that subfolder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub folder download&zip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |