PNG to GIF Converter

Convert PNG files to GIF format

Co to jest PNG to GIF Converter?

PNG to GIF Converter to rozszerzenie Chrome opracowane przez http://freepicturesolutions.com, a jego główną funkcją jest „Convert PNG files to GIF format”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PNG to GIF Converter

Pobierz pliki rozszerzeń PNG to GIF Converter 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

                        How to convert PNG to GIF?	 

1-Click extension icon - this will open PNG to GIF online conversion website. 
2-Select PNG file and click convert button. 
3-You will get your GIF file download link in your email address.                    

Podstawowe informacje o rozszerzeniu

Nazwa PNG to GIF Converter PNG to GIF Converter
ID dipfakhghbpenmlbldnebjmdjcbncgfl
Oficjalny URL https://chrome.google.com/webstore/detail/png-to-gif-converter/dipfakhghbpenmlbldnebjmdjcbncgfl
Opis Convert PNG files to GIF format
Rozmiar pliku 43.19 KB
Liczba instalacji 30
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2020-05-29
Data Publikacji 2020-05-29
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://freepicturesolutions.com
Typ Płatności free
Strona Rozszerzenia http://freepicturesolutions.com/online/#png-to-gif-converter
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PNG to GIF Converter",
    "default_locale": "en",
    "description": "Convert PNG 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"
    }
}