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”。
扩展截图
下载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 |
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 } } |