IConGen

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

IConGenとは何ですか?

IConGenはjaym2503によって開発されたChromeの拡張機能で、その主な機能は「Extension is for all Mobile Developers to required size of icons for iOS and as well as Android」です。

拡張機能のスクリーンショット

screenshot

IConGen拡張機能のCRXファイルをダウンロード

IConGen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
    }
}