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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |