SVG Screenshot
Create scalable screenshots.
Cos'è SVG Screenshot?
SVG Screenshot è un'estensione di Chrome sviluppata da Saad, e la sua funzione principale è "Create scalable screenshots.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SVG Screenshot
Scarica i file di estensione SVG Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SVG Screenshot |
ID | dmkjpfgdjiokimcemagieionmjgadjkg |
URL Ufficiale | https://chromewebstore.google.com/detail/svg-screenshot/dmkjpfgdjiokimcemagieionmjgadjkg |
Descrizione | Create scalable screenshots. |
Dimensione del File | 14.85 KB |
Conteggio Installazioni | 563 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-04-09 |
Data di Pubblicazione | 2020-04-07 |
Valutazione | 3.80/5 Totale 5 Valutazioni |
Sviluppatore | Saad |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |