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" ] } |