PNG to BMP Converter
Convert PNG files to BMP format
Co to jest PNG to BMP Converter?
PNG to BMP Converter to rozszerzenie Chrome opracowane przez http://freepicturesolutions.com, a jego główną funkcją jest „Convert PNG files to BMP format”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PNG to BMP Converter
Pobierz pliki rozszerzeń PNG to BMP 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 BMP? 1-Click extension icon - this will open PNG to BMP online conversion website. 2-Select PNG file and click convert button. 3-You will get your BMP file download link in your email address.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gcppeblhfpdndnafnnheffclkejlandm |
Oficjalny URL | https://chrome.google.com/webstore/detail/png-to-bmp-converter/gcppeblhfpdndnafnnheffclkejlandm |
Opis | Convert PNG files to BMP format |
Rozmiar pliku | 43.44 KB |
Liczba instalacji | 436 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2020-05-28 |
Data Publikacji | 2020-05-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://freepicturesolutions.com |
Typ Płatności | free |
Strona Rozszerzenia | http://freepicturesolutions.com/online/#png-to-bmp-converter |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PNG to BMP Converter", "default_locale": "en", "description": "Convert PNG files to BMP format", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |