SVG Screenshot
Create scalable screenshots.
What is SVG Screenshot?
SVG Screenshot is a Chrome extension developed by Saad, and its main feature is "Create scalable screenshots.".
Extension Screenshots
Download SVG Screenshot Extension CRX File
Download SVG Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Take an SVG screenshot of your tab with just one click. Please note that this extension is still in a very pre-alpha stage and will break often. It will also take some to load as SVGs are CPU intensive, they compute each pixel before storing it.
Extension Basic Information
Name | SVG Screenshot |
ID | dmkjpfgdjiokimcemagieionmjgadjkg |
Official URL | https://chromewebstore.google.com/detail/svg-screenshot/dmkjpfgdjiokimcemagieionmjgadjkg |
Description | Create scalable screenshots. |
File Size | 14.85 KB |
Installation Count | 563 |
Current Version | 1.0 |
Last Updated | 2020-04-09 |
Publish Date | 2020-04-07 |
Rating | 3.80/5 Total 5 Ratings |
Developer | Saad |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SVG Screenshot", "description": "Create scalable screenshots.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", " |