IConGen

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

Apa itu IConGen?

IConGen adalah ekstensi Chrome yang dikembangkan oleh jaym2503, dan fitur utamanya adalah "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IConGen

Unduh file ekstensi IConGen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama IConGen IConGen
ID mhlcomaomnlhgdiomkdoemllgldladch
URL Resmi https://chromewebstore.google.com/detail/icongen/mhlcomaomnlhgdiomkdoemllgldladch
Deskripsi Extension is for all Mobile Developers to required size of icons for iOS and as well as Android
Ukuran File 1.13 MB
Jumlah Instalasi 78
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2015-09-30
Tanggal Publikasi 2015-09-30
Penilaian 5.00/5 Total 5 Penilaian
Pengembang jaym2503
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}