JPEG to ICO Converter
Convert JPEG Files to ICO format
Co to jest JPEG to ICO Converter?
JPEG to ICO Converter to rozszerzenie Chrome opracowane przez https://freepicturesolutions.com, a jego główną funkcją jest „Convert JPEG Files to ICO format”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JPEG to ICO Converter
Pobierz pliki rozszerzeń JPEG to ICO 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 JPEG file and click convert button.
3-You will get your ICO file download link in seconds. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bmebfnlehmdkgmmcnbdhekmplggbggll |
| Oficjalny URL | https://chromewebstore.google.com/detail/jpeg-to-ico-converter/bmebfnlehmdkgmmcnbdhekmplggbggll |
| Opis | Convert JPEG Files to ICO format |
| Rozmiar pliku | 80.33 KB |
| Liczba instalacji | 166 |
| Aktualna Wersja | 5.0 |
| Ostatnia Aktualizacja | 2020-12-11 |
| Data Publikacji | 2020-05-28 |
| Deweloper | https://freepicturesolutions.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://freepicturesolutions.com/online/#jpeg-to-ico-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": "JPEG to ICO Converter",
"default_locale": "en",
"description": "Convert JPEG Files to ICO format",
"background": {
"scripts": [
"background.js"
]
},
"version": "5.0",
"icons": {
"128": "images\/icon-128.png"
},
"permissions": [
"*:\/\/api.freeconverting.com\/*"
],
"homepage_url": "https:\/\/api.freeconverting.com\/jpeg-to-ico-converter.html",
"browser_action": {
"default_icon": "images\/icon-128.png"
},
"web_accessible_resources": [
"interface\/*"
]
} | |