IConGen
Extension is for all Mobile Developers to required size of icons for iOS and as well as Android
Was ist IConGen?
IConGen ist eine Chrome-Erweiterung, die von jaym2503 entwickelt wurde, und ihr Hauptmerkmal ist "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android".
Erweiterungsscreenshots
IConGen-Erweiterungs-CRX-Datei herunterladen
Laden Sie IConGen-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | IConGen |
ID | mhlcomaomnlhgdiomkdoemllgldladch |
Offizielle URL | https://chromewebstore.google.com/detail/icongen/mhlcomaomnlhgdiomkdoemllgldladch |
Beschreibung | Extension is for all Mobile Developers to required size of icons for iOS and as well as Android |
Dateigröße | 1.13 MB |
Installationsanzahl | 78 |
Aktuelle Version | 0.0.0.1 |
Letztes Update | 2015-09-30 |
Veröffentlichungsdatum | 2015-09-30 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | jaym2503 |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |