IConGen
Extension is for all Mobile Developers to required size of icons for iOS and as well as Android
Co to jest IConGen?
IConGen to rozszerzenie Chrome opracowane przez jaym2503, a jego główną funkcją jest „Extension is for all Mobile Developers to required size of icons for iOS and as well as Android”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IConGen
Pobierz pliki rozszerzeń IConGen 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
IConGen is icon generator tool for iOS/Android/Mac Developers. Feature * It features similar interface of Xcode * It's all Made of Javascript, so no internet connection required and we are stealing your icons! * It feature iPhone, iPad, Android, Apple Watch, CarPlay and Mac icons Enjoy!
Podstawowe informacje o rozszerzeniu
Nazwa | IConGen |
ID | mhlcomaomnlhgdiomkdoemllgldladch |
Oficjalny URL | https://chromewebstore.google.com/detail/icongen/mhlcomaomnlhgdiomkdoemllgldladch |
Opis | Extension is for all Mobile Developers to required size of icons for iOS and as well as Android |
Rozmiar pliku | 1.13 MB |
Liczba instalacji | 78 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2015-09-30 |
Data Publikacji | 2015-09-30 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | jaym2503 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IConGen", "description": "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android", "version": "0.0.0.1", "browser_action": { "default_icon": "logo.png", "default_title": "IConGen" }, "icons": { "128": "icon_128.png", "16": "icon_16.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |