GitZip Pro Autor: fthux
GitZip for GitHub, but Pro.
1 používateľ1 používateľ
Metadáta rozšírenia
Snímky obrazovky
O tomto rozšírení
GitZip Pro is an open-source browser extension for selectively downloading files and folders from GitHub repositories.
Official website:
https://gitzippro.fthux.com
GitZip Pro was inspired by GitZip for GitHub and is built with respect for its original idea: making it easy to download only the parts of a GitHub repository you need.
Building on that foundation, GitZip Pro provides a more complete “Pro” experience with private repository support, local ZIP creation, download history and statistics, smart ignore rules, file-size display, configurable naming, interface customization, and additional workflow improvements.
SELECT ONLY WHAT YOU NEED
GitZip Pro adds selection checkboxes directly to GitHub repository pages. Select one or more files and folders, then download them as a ZIP archive while preserving the original directory structure.
You can also download a single file or folder from the right-click context menu, without cloning or downloading the entire repository.
PRO FEATURES
• Select multiple files and folders directly on GitHub
• Download selected content as a ZIP archive
• Preserve the original repository directory structure
• Download a single file or folder from the right-click context menu
• Create ZIP archives locally in your browser
• Access public repositories anonymously
• Optionally connect GitHub for higher API limits and private repository access
• Customize ZIP names with repository, branch, path, and date variables
• Exclude unnecessary files with built-in presets or custom ignore rules
• Optionally display file sizes on repository pages
• View locally stored download history and statistics
• Configure completion notifications and optional sounds
• Customize the theme, accent color, and download button position
• Automatically retry temporary network and GitHub API rate-limit errors
• Follow GitHub page navigation without requiring a manual refresh
PUBLIC AND PRIVATE REPOSITORIES
Public repositories can be downloaded anonymously without connecting a GitHub account.
For higher GitHub API rate limits or private repository access, you can optionally connect your GitHub account or provide a compatible GitHub access token in the extension settings.
PRIVACY
Repository files are fetched from the GitHub API and packaged into ZIP archives locally in your browser. GitZip Pro does not upload downloaded repository content to its own servers.
Extension settings, access credentials, download history, and statistics are stored locally through Chrome extension storage. The GitZip Pro authorization service is contacted only when you explicitly choose to connect your GitHub account.
HOW TO USE
OPEN SOURCE
GitZip Pro is open-source software. You can inspect the source code, report issues, and contribute to its development on GitHub:
https://github.com/fthux/GitZipPro
Learn more about GitZip Pro:
https://gitzippro.fthux.com
Official website:
https://gitzippro.fthux.com
GitZip Pro was inspired by GitZip for GitHub and is built with respect for its original idea: making it easy to download only the parts of a GitHub repository you need.
Building on that foundation, GitZip Pro provides a more complete “Pro” experience with private repository support, local ZIP creation, download history and statistics, smart ignore rules, file-size display, configurable naming, interface customization, and additional workflow improvements.
SELECT ONLY WHAT YOU NEED
GitZip Pro adds selection checkboxes directly to GitHub repository pages. Select one or more files and folders, then download them as a ZIP archive while preserving the original directory structure.
You can also download a single file or folder from the right-click context menu, without cloning or downloading the entire repository.
PRO FEATURES
• Select multiple files and folders directly on GitHub
• Download selected content as a ZIP archive
• Preserve the original repository directory structure
• Download a single file or folder from the right-click context menu
• Create ZIP archives locally in your browser
• Access public repositories anonymously
• Optionally connect GitHub for higher API limits and private repository access
• Customize ZIP names with repository, branch, path, and date variables
• Exclude unnecessary files with built-in presets or custom ignore rules
• Optionally display file sizes on repository pages
• View locally stored download history and statistics
• Configure completion notifications and optional sounds
• Customize the theme, accent color, and download button position
• Automatically retry temporary network and GitHub API rate-limit errors
• Follow GitHub page navigation without requiring a manual refresh
PUBLIC AND PRIVATE REPOSITORIES
Public repositories can be downloaded anonymously without connecting a GitHub account.
For higher GitHub API rate limits or private repository access, you can optionally connect your GitHub account or provide a compatible GitHub access token in the extension settings.
PRIVACY
Repository files are fetched from the GitHub API and packaged into ZIP archives locally in your browser. GitZip Pro does not upload downloaded repository content to its own servers.
Extension settings, access credentials, download history, and statistics are stored locally through Chrome extension storage. The GitZip Pro authorization service is contacted only when you explicitly choose to connect your GitHub account.
HOW TO USE
- Open a supported GitHub repository page.
- Select the files and folders you need.
- Click the GitZip Pro download button.
- Wait for the ZIP archive to be created and saved.
OPEN SOURCE
GitZip Pro is open-source software. You can inspect the source code, report issues, and contribute to its development on GitHub:
https://github.com/fthux/GitZipPro
Learn more about GitZip Pro:
https://gitzippro.fthux.com
Hodnotené 0 od 0 recenzentov
Povolenia a údaje
Požadované oprávnenia:
- Sťahovať súbory a čítať a upravovať históriu stiahnutých súborov
- Zobrazovať upozornenia
- Pristupovať ku kartám prehliadača
- Pristupovať k údajom pre github.com
Voliteľné povolenia:
- Pristupovať k údajom pre github.com
- Pristupovať k údajom pre gitzip-pro-worker.fthux.com
Zber údajov:
- Vývojár uvádza, že toto rozšírenie nevyžaduje zhromažďovanie údajov.
Ďalšie informácie
- Verzia
- 1.1.6
- Veľkosť
- 393,84 kB
- Posledná aktualizácia
- pred 4 hodinami (19. júl 2026)
- Príbuzné kategórie
- História verzií
- Značky
- Pridať do kolekcie
Notes for review:
- The extension runs content scripts only on https://github.com/* to add selection and download controls to GitHub pages.
- The downloads permission is used to save generated ZIP files through the browser download manager.
- The storage permission is used to save user preferences, download settings, token mode, and optional GitHub token data locally.
- The tabs permission is used to communicate with GitHub tabs and update extension behavior after settings change.
- The notifications permission is used only to notify users when downloads complete or fail.
- The contextMenus permission is used to provide GitZip Pro actions from the page context menu.
- The identity permission is used for the optional GitHub OAuth authorization flow.
GitHub authentication is optional. Users can use anonymous GitHub API access, manually provide a personal access token, or authorize through GitHub OAuth. OAuth is handled through the configured worker endpoint, and returned tokens are stored locally in browser extension storage. The extension does not sell user data or use tracking/analytics.