IConGen
Extension is for all Mobile Developers to required size of icons for iOS and as well as Android
Что такое IConGen?
IConGen - это расширение Chrome, разработанное jaym2503, и его основная функция - "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android".
Снимки экрана расширения
Скачать файл CRX расширения IConGen
Скачайте файлы расширений 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! Основная информация о расширении
| Название | |
| 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
}
} | |