SVG Screenshot

Create scalable screenshots.

Wat is SVG Screenshot?

SVG Screenshot is een Chrome-extensie ontwikkeld door Saad, en de belangrijkste functie is "Create scalable screenshots.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SVG Screenshot

Download SVG Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SVG Screenshot SVG Screenshot
ID dmkjpfgdjiokimcemagieionmjgadjkg
Officiële URL https://chromewebstore.google.com/detail/svg-screenshot/dmkjpfgdjiokimcemagieionmjgadjkg
Beschrijving Create scalable screenshots.
Bestandsgrootte 14.85 KB
Aantal Installaties 563
Huidige Versie 1.0
Laatst Bijgewerkt 2020-04-09
Publicatiedatum 2020-04-07
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Saad
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}