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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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 } } |