IConGen

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

IConGen क्या है?

IConGen jaym2503 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IConGen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम IConGen IConGen
ID mhlcomaomnlhgdiomkdoemllgldladch
आधिकारिक URL https://chromewebstore.google.com/detail/icongen/mhlcomaomnlhgdiomkdoemllgldladch
विवरण Extension is for all Mobile Developers to required size of icons for iOS and as well as Android
फ़ाइल का आकार 1.13 MB
स्थापना संख्या 78
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2015-09-30
प्रकाशन तिथि 2015-09-30
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर jaym2503
भुगतान के प्रकार free
समर्थित भाषाएँ 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
    }
}