SVG Screenshot
Create scalable screenshots.
Co to jest SVG Screenshot?
SVG Screenshot to rozszerzenie Chrome opracowane przez Saad, a jego główną funkcją jest „Create scalable screenshots.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SVG Screenshot
Pobierz pliki rozszerzeń SVG Screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | SVG Screenshot |
ID | dmkjpfgdjiokimcemagieionmjgadjkg |
Oficjalny URL | https://chromewebstore.google.com/detail/svg-screenshot/dmkjpfgdjiokimcemagieionmjgadjkg |
Opis | Create scalable screenshots. |
Rozmiar pliku | 14.85 KB |
Liczba instalacji | 563 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-04-09 |
Data Publikacji | 2020-04-07 |
Ocena | 3.80/5 Łącznie 5 Oceny |
Deweloper | Saad |
Typ Płatności | free |
Obsługiwane Języki | 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", " |