SVG to GIF Converter
Convert SVG files to GIF format
Apa itu SVG to GIF Converter?
SVG to GIF Converter adalah ekstensi Chrome yang dikembangkan oleh https://freepicturesolutions.com, dan fitur utamanya adalah "Convert SVG files to GIF format".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SVG to GIF Converter
Unduh file ekstensi SVG to GIF Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hcohjlndjjikkfmiafbifjboghndpian |
URL Resmi | https://chromewebstore.google.com/detail/svg-to-gif-converter/hcohjlndjjikkfmiafbifjboghndpian |
Deskripsi | Convert SVG files to GIF format |
Ukuran File | 43.24 KB |
Jumlah Instalasi | 523 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2020-05-29 |
Tanggal Publikasi | 2020-05-29 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | https://freepicturesolutions.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://freepicturesolutions.com/online/#gif-to-svg-converter |
Bahasa yang Didukung | 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" } } |