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
官方網址 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
    }
}