Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixfbecker/svg-screenshots
πΈπ§© Browser extension to take scalable, semantic, accessible screenshots of websites in SVG format.
https://github.com/felixfbecker/svg-screenshots
accessible browser-extension chrome chrome-extension firefox-addon semantic svg
Last synced: 5 days ago
JSON representation
πΈπ§© Browser extension to take scalable, semantic, accessible screenshots of websites in SVG format.
- Host: GitHub
- URL: https://github.com/felixfbecker/svg-screenshots
- Owner: felixfbecker
- Created: 2020-09-04T09:41:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T23:16:48.000Z (17 days ago)
- Last Synced: 2025-01-06T08:00:18.897Z (12 days ago)
- Topics: accessible, browser-extension, chrome, chrome-extension, firefox-addon, semantic, svg
- Language: TypeScript
- Homepage:
- Size: 2.57 MB
- Stars: 849
- Watchers: 11
- Forks: 37
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVG Screenshots Browser Extension
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/nfakpcpmhhilkdpphcjgnokknpbpdllg?logo=google-chrome&logoColor=white)](https://chrome.google.com/webstore/detail/svg-screenshot/nfakpcpmhhilkdpphcjgnokknpbpdllg)
[![Firefox Add-on](https://img.shields.io/amo/v/svg-screenshots?logo=firefox&logoColor=white&label=firefox+add-on)](https://addons.mozilla.org/en-US/firefox/addon/svg-screenshots/)
[![main build status](https://img.shields.io/github/actions/workflow/status/felixfbecker/svg-screenshots/build.yml?branch=main&label=main&logo=github)](https://github.com/felixfbecker/svg-screenshots/actions?query=branch%3Amain)
[![release build status](https://img.shields.io/github/actions/workflow/status/felixfbecker/svg-screenshots/build.yml?branch=main&label=release&logo=github)](https://github.com/felixfbecker/svg-screenshots/actions/build.yml?query=branch%3Arelease)
![license: MIT](https://img.shields.io/github/license/felixfbecker/dom-to-svg)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)Browser extension to take semantic, scalable, accessible screenshots of websites, as SVG - as simple as taking a PNG screenshot.
## Why use this?
SVG screenshots offer various benefits over normal PNG screenshots, while keeping the good parts:
- **πΌ Flexible**: Freely select the region of the website you want to capture or capture the whole page.
- **π’ Scalable graphics**: Screenshots never get pixelated when zooming in.
- **π Semantic**: Text can still be selected and copied to clipboard.
- **𦻠Accessible**: SVG is annotated with ARIA attributes and can be read by screen readers.
- **π₯ Paste into design tools**: SVGs will work in design tools like Illustrator, Figma, Sketch etc.
- **π Interactive**: Links are still clickable.
- **π¦ Self-contained**: Inlines external resources like images, fonts, etc.
- **πΈ Static**: Styles and layout are recorded at the time of snapshot and will not change.
- **π Small**: Depending on the content, SVGs can be magnitudes smaller than PNGs and compress loslessly.
- **π‘ Secure**: The SVG will not run any JavaScript.## Install
Install from the official extension stores:
- [Chrome](https://chrome.google.com/webstore/detail/svg-screenshot/nfakpcpmhhilkdpphcjgnokknpbpdllg)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/svg-screenshots/)## Examples
These full-page SVG screenshots were taken with the browser extension:
![Google](examples/google.svg)
![Hacker News](examples/hackernews.svg)