SVG to GIF Converter
Convert SVG files to GIF format
Was ist SVG to GIF Converter?
SVG to GIF Converter ist eine Chrome-Erweiterung, die von https://freepicturesolutions.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert SVG files to GIF format".
Erweiterungsscreenshots
SVG to GIF Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie SVG to GIF Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
How to convert SVG to GIF? 1-Click extension icon - this will open SVG to GIF online conversion website. 2-Select SVG file and click convert button. 3-You will get your GIF file download link in your email address.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hcohjlndjjikkfmiafbifjboghndpian |
Offizielle URL | https://chromewebstore.google.com/detail/svg-to-gif-converter/hcohjlndjjikkfmiafbifjboghndpian |
Beschreibung | Convert SVG files to GIF format |
Dateigröße | 43.24 KB |
Installationsanzahl | 523 |
Aktuelle Version | 2.0 |
Letztes Update | 2020-05-29 |
Veröffentlichungsdatum | 2020-05-29 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | https://freepicturesolutions.com |
Zahlungsart | free |
Erweiterungswebsite | http://freepicturesolutions.com/online/#gif-to-svg-converter |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SVG to GIF Converter", "default_locale": "en", "description": "Convert SVG files to GIF format", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |