GitHub folder download&zip
It works on a github subfolder page - zips all the direct descendant files in that subfolder
Qu'est-ce que GitHub folder download&zip ?
GitHub folder download&zip est une extension Chrome développée par rite-chrome-extensions, et sa fonction principale est "It works on a github subfolder page - zips all the direct descendant files in that subfolder".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub folder download&zip
Téléchargez les fichiers d'extension GitHub folder download&zip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | GitHub folder download&zip |
ID | khnljpeameaeeadfbckchhhnchndfjnj |
URL Officiel | https://chromewebstore.google.com/detail/github-folder-downloadzip/khnljpeameaeeadfbckchhhnchndfjnj |
Description | It works on a github subfolder page - zips all the direct descendant files in that subfolder |
Taille du Fichier | 64.88 KB |
Nombre d'Installations | 119 |
Version Actuelle | 0.13 |
Dernière Mise à Jour | 2023-05-16 |
Date de Publication | 2021-11-25 |
Développeur | rite-chrome-extensions |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |