{"id":27882925,"url":"https://github.com/peterbenoit/saveasextension","last_synced_at":"2026-05-02T20:35:22.214Z","repository":{"id":283548294,"uuid":"952134653","full_name":"peterbenoit/SaveAsExtension","owner":"peterbenoit","description":"This Chrome extension adds multiple image format options to the browser's context menu. It allows you to save images as PNG, JPG, WEBP, and AVIF (when supported by your browser).","archived":false,"fork":false,"pushed_at":"2026-03-26T13:58:45.000Z","size":4529,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-26T17:50:23.227Z","etag":null,"topics":["chrome","chrome-extensions","context-menu","saveas"],"latest_commit_sha":null,"homepage":"","language":"HTML","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-20T19:38:27.000Z","updated_at":"2026-03-26T13:58:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"40c3d0c2-3370-4a9d-aba0-19d51726b9da","html_url":"https://github.com/peterbenoit/SaveAsExtension","commit_stats":null,"previous_names":["peterbenoit/saveasextension"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterbenoit/SaveAsExtension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FSaveAsExtension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FSaveAsExtension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FSaveAsExtension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FSaveAsExtension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterbenoit","download_url":"https://codeload.github.com/peterbenoit/SaveAsExtension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FSaveAsExtension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32549380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["chrome","chrome-extensions","context-menu","saveas"],"created_at":"2025-05-05T06:09:55.116Z","updated_at":"2026-05-02T20:35:18.357Z","avatar_url":"https://github.com/peterbenoit.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Save Image As...\n\n## Overview\n\nThis Chrome extension adds multiple image format options to the browser's\ncontext menu. It allows you to save images as PNG, JPG, WEBP, AVIF (when\nsupported by your browser), and GIF with intelligent handling for animated\ncontent.\n\n## Features\n\n- Save any image directly in different formats (PNG, JPG, WEBP, AVIF, GIF)\n- Preserves image quality during format conversion\n- **Smart GIF handling**: Preserves animation when saving existing GIFs,\n  converts static images to GIF format\n- Works with almost any image on the web\n- Uses Chrome's built-in download manager\n- Smart fallback to PNG when a format isn't supported\n- Works in incognito mode\n\n## Why Use This Extension?\n\nModern websites often serve images in WebP format for better performance, but\nsome users prefer more traditional formats for compatibility with other\napplications. This extension lets you choose your preferred format when saving\nimages.\n\n## Usage\n\n1. Right-click on any image on a webpage\n2. Select \"Save Image As...\" from the context menu\n3. Choose your preferred format (PNG, JPG, WEBP, AVIF, or GIF)\n4. The browser's download dialog will appear with the converted image\n\n## Format Information\n\n- **PNG**: Lossless format, best for graphics, screenshots, and images with text\n- **JPG**: Compressed format, best for photographs and complex images\n- **WEBP**: Modern format with good compression and quality\n- **AVIF**: Next-generation format with excellent compression (availability\n  depends on browser support)\n- **GIF**: Supports animation; when saving existing GIFs, animation is\n  preserved. When converting other formats to GIF, only a static image is\n  created\n\n## Technical Details\n\n- Works with both same-origin and cross-origin images\n- Converts images using HTML Canvas API\n- Maintains original image dimensions\n- Falls back gracefully when certain formats aren't supported\n- Low memory footprint\n\n## Browser Compatibility\n\nRequires Chrome 106 or newer. The AVIF option will only appear if your browser\nsupports AVIF encoding.\n\n## Privacy\n\nThis extension:\n\n- Does not collect any user data\n- Does not communicate with external servers\n- Only requires permissions necessary for image conversion and downloading\n\n## Credits\n\n- Originally based on\n  [Save Image as PNG](https://chromewebstore.google.com/detail/save-image-as-png/)\n  by Rob Wu\n- Modified to support multiple image formats\n\n## Version History\n\n- 1.0.0: Initial release with PNG, JPG and WEBP support\n- 1.0.1: Added AVIF support with fallback mechanism\n\n## Feedback and Contributions\n\nIf you encounter any issues or have suggestions for improvement, please leave\nfeedback in the Chrome Web Store or contact the developers.\n\n## License\n\nThis extension is provided under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterbenoit%2Fsaveasextension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterbenoit%2Fsaveasextension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterbenoit%2Fsaveasextension/lists"}