{"id":27882924,"url":"https://github.com/peterbenoit/pagedownloadextension","last_synced_at":"2026-05-17T17:36:50.322Z","repository":{"id":287265612,"uuid":"964124635","full_name":"peterbenoit/PageDownloadExtension","owner":"peterbenoit","description":"A Chrome extension that downloads web pages and their associated resources as an organized ZIP archive.","archived":false,"fork":false,"pushed_at":"2025-04-30T18:54:35.000Z","size":826,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T06:09:44.490Z","etag":null,"topics":["browser-extension","chrome-extension","page-downloader"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peterbenoit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-10T18:15:46.000Z","updated_at":"2025-04-30T18:55:40.000Z","dependencies_parsed_at":"2025-04-10T20:47:51.846Z","dependency_job_id":"f771bbb4-7ad9-4b84-8f6d-8f556c700ad2","html_url":"https://github.com/peterbenoit/PageDownloadExtension","commit_stats":null,"previous_names":["peterbenoit/pagedownloadextension"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FPageDownloadExtension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FPageDownloadExtension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FPageDownloadExtension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FPageDownloadExtension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterbenoit","download_url":"https://codeload.github.com/peterbenoit/PageDownloadExtension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252448585,"owners_count":21749495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-extension","chrome-extension","page-downloader"],"created_at":"2025-05-05T06:09:55.113Z","updated_at":"2026-05-17T17:36:40.294Z","avatar_url":"https://github.com/peterbenoit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Page Download Extension\n\nA Chrome extension that downloads web pages and their associated resources as an organized ZIP archive.\n\n## Features\n\n-   **Single ZIP Download**: Downloads the page HTML and resources in one organized archive\n-   **Smart Resource Management**:\n    -   Downloads images, CSS, and JavaScript files\n    -   Processes inline styles and background images\n    -   Handles font files and other media\n-   **Security First**:\n    -   Only downloads JavaScript files with `.js` extension\n    -   Strips analytics code (Google Analytics, Microsoft Clarity)\n    -   Maintains same-domain restrictions for sensitive resources\n-   **Organized Structure**:\n    ```\n    domain.com/\n    ├── page.html\n    ├── css/\n    │   └── styles.css\n    ├── js/\n    │   └── script.js\n    └── images/\n        └── image.png\n    ```\n\n## Installation\n\n1. Clone this repository or download the ZIP\n2. Open Chrome and navigate to `chrome://extensions/`\n3. Enable \"Developer mode\" in the top right\n4. Click \"Load unpacked\" and select the extension directory\n\n## Usage\n\n1. Visit any webpage you want to download\n2. Click the extension icon in your Chrome toolbar\n3. The page and its resources will download as a single ZIP file\n4. Find the downloaded ZIP in your downloads folder, organized by domain\n\n## Configuration\n\nThe extension provides configurable settings for:\n\n-   Maximum individual resource size (MB)\n-   Maximum total archive size (MB)\n-   Resource types to include (CSS, JS, Images, Fonts, Videos)\n-   Ad removal option\n\n## Technical Details\n\n-   Built with Manifest V3\n-   Uses JSZip for archive creation\n-   Handles various resource types:\n    -   Images (jpg, png, gif, webp, etc.)\n    -   Stylesheets (CSS)\n    -   JavaScript files (must end in .js)\n    -   Fonts (woff, woff2, ttf, etc.)\n\n## Development\n\n1. Make changes to the source files\n2. Reload the extension in `chrome://extensions/`\n3. Test changes on various web pages\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Submit a pull request\n\n## License\n\nMIT License - Feel free to use and modify as needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterbenoit%2Fpagedownloadextension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterbenoit%2Fpagedownloadextension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterbenoit%2Fpagedownloadextension/lists"}