IConGen
Extension is for all Mobile Developers to required size of icons for iOS and as well as Android
Vad är IConGen?
IConGen är en Chrome-tillägg utvecklad av jaym2503, och dess huvudfunktion är "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android".
Tilläggsskärmbilder
Ladda ner IConGen-förlängningens CRX-fil
Ladda ner IConGen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | mhlcomaomnlhgdiomkdoemllgldladch |
| Officiell webbadress | https://chromewebstore.google.com/detail/icongen/mhlcomaomnlhgdiomkdoemllgldladch |
| Beskrivning | Extension is for all Mobile Developers to required size of icons for iOS and as well as Android |
| Filstorlek | 1.13 MB |
| Antal Installationer | 78 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2015-09-30 |
| Publiceringsdatum | 2015-09-30 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | jaym2503 |
| Betalningssätt | free |
| Stödda Språk | 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
}
} | |