IConGen
Extension is for all Mobile Developers to required size of icons for iOS and as well as Android
Wat is IConGen?
IConGen is een Chrome-extensie ontwikkeld door jaym2503, en de belangrijkste functie is "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android".
Extensie Screenshots
Download het CRX-bestand van de extensie IConGen
Download IConGen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | IConGen |
ID | mhlcomaomnlhgdiomkdoemllgldladch |
Officiële URL | https://chromewebstore.google.com/detail/icongen/mhlcomaomnlhgdiomkdoemllgldladch |
Beschrijving | Extension is for all Mobile Developers to required size of icons for iOS and as well as Android |
Bestandsgrootte | 1.13 MB |
Aantal Installaties | 78 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2015-09-30 |
Publicatiedatum | 2015-09-30 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | jaym2503 |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |