SVG to GIF Converter

Convert SVG files to GIF format

SVG to GIF Converter là gì?

SVG to GIF Converter là một tiện ích mở rộng Chrome được phát triển bởi https://freepicturesolutions.com, và tính năng chính của nó là "Convert SVG files to GIF format".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SVG to GIF Converter

Tải xuống các tệp mở rộng SVG to GIF Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SVG to GIF Converter SVG to GIF Converter
ID hcohjlndjjikkfmiafbifjboghndpian
URL Chính Thức https://chromewebstore.google.com/detail/svg-to-gif-converter/hcohjlndjjikkfmiafbifjboghndpian
Mô tả Convert SVG files to GIF format
Kích Thước Tệp 43.24 KB
Số Lần Cài Đặt 523
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-05-29
Ngày Phát Hành 2020-05-29
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://freepicturesolutions.com
Loại Thanh Toán free
Trang Web Mở Rộng http://freepicturesolutions.com/online/#gif-to-svg-converter
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}