IConGen

Extension is for all Mobile Developers to required size of icons for iOS and as well as Android

What is IConGen?

IConGen is a Chrome extension developed by jaym2503, and its main feature is "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android".

Extension Screenshots

screenshot

Download IConGen Extension CRX File

Download IConGen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name IConGen IConGen
ID mhlcomaomnlhgdiomkdoemllgldladch
Official URL https://chromewebstore.google.com/detail/icongen/mhlcomaomnlhgdiomkdoemllgldladch
Description Extension is for all Mobile Developers to required size of icons for iOS and as well as Android
File Size 1.13 MB
Installation Count 78
Current Version 0.0.0.1
Last Updated 2015-09-30
Publish Date 2015-09-30
Rating 5.00/5 Total 5 Ratings
Developer jaym2503
Payment Type free
Supported Languages 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
    }
}