IConGen

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

IConGen là gì?

IConGen là một tiện ích mở rộng Chrome được phát triển bởi jaym2503, và tính năng chính của nó là "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IConGen

Tải xuống các tệp mở rộng IConGen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IConGen IConGen
ID mhlcomaomnlhgdiomkdoemllgldladch
URL Chính Thức https://chromewebstore.google.com/detail/icongen/mhlcomaomnlhgdiomkdoemllgldladch
Mô tả Extension is for all Mobile Developers to required size of icons for iOS and as well as Android
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2015-09-30
Ngày Phát Hành 2015-09-30
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển jaym2503
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}