ICO to PNG Converter
Convert ICO Files to PNG format
Co to jest ICO to PNG Converter?
ICO to PNG Converter to rozszerzenie Chrome opracowane przez https://freepicturesolutions.com, a jego główną funkcją jest „Convert ICO Files to PNG format”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ICO to PNG Converter
Pobierz pliki rozszerzeń ICO to PNG 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
1-Click extension icon - this will open extension page to upload files.
2-Select ICO file and click convert button.
3-You will get your PNG file download link in seconds. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gknepglbkjhlpbnnellibkohffbgioih |
| Oficjalny URL | https://chromewebstore.google.com/detail/ico-to-png-converter/gknepglbkjhlpbnnellibkohffbgioih |
| Opis | Convert ICO Files to PNG format |
| Rozmiar pliku | 80.36 KB |
| Liczba instalacji | 44 |
| Aktualna Wersja | 5.0 |
| Ostatnia Aktualizacja | 2020-12-12 |
| Data Publikacji | 2020-05-28 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | https://freepicturesolutions.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://freepicturesolutions.com/online/#ico-to-png-converter |
| Adres URL Strony Polityki Prywatności | https://freepicturesolutions.com/privacy_policy.html |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ICO to PNG Converter",
"default_locale": "en",
"description": "Convert ICO Files to PNG format",
"background": {
"scripts": [
"background.js"
]
},
"version": "5.0",
"icons": {
"128": "images\/icon-128.png"
},
"permissions": [
"*:\/\/api.freeconverting.com\/*"
],
"homepage_url": "https:\/\/api.freeconverting.com\/ico-to-png-converter.html",
"browser_action": {
"default_icon": "images\/icon-128.png"
},
"web_accessible_resources": [
"interface\/*"
]
} | |