GitZip Pro 作者: fthux
GitZip for GitHub, but Pro.
2 位使用者2 位使用者
擴充套件後設資料
畫面擷圖
關於此擴充套件
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
由 1 位評論者給出 0 分
權限與資料
必要權限:
- 下載檔案、讀取或修改瀏覽器的下載紀錄
- 向您顯示通知
- 存取瀏覽器分頁
- 存取您在 github.com 的資料
選用的權限:
- 存取您在 github.com 的資料
- 存取您在 gitzip-pro-worker.fthux.com 的資料
收集下列資料:
- 開發者聲稱此擴充套件不要求收集任何資料。
更多資訊
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.