SVG to GIF Converter
Convert SVG files to GIF format
Vad är SVG to GIF Converter?
SVG to GIF Converter är en Chrome-tillägg utvecklad av https://freepicturesolutions.com, och dess huvudfunktion är "Convert SVG files to GIF format".
Tilläggsskärmbilder
Ladda ner SVG to GIF Converter-förlängningens CRX-fil
Ladda ner SVG to GIF Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hcohjlndjjikkfmiafbifjboghndpian |
Officiell webbadress | https://chromewebstore.google.com/detail/svg-to-gif-converter/hcohjlndjjikkfmiafbifjboghndpian |
Beskrivning | Convert SVG files to GIF format |
Filstorlek | 43.24 KB |
Antal Installationer | 523 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2020-05-29 |
Publiceringsdatum | 2020-05-29 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | https://freepicturesolutions.com |
Betalningssätt | free |
Tilläggswebbplats | http://freepicturesolutions.com/online/#gif-to-svg-converter |
Stödda Språk | 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" } } |