App Icon Sizes Generator

An app icon sizes generator for various platforms

App Icon Sizes Generatorคืออะไร?

App Icon Sizes Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย butterflymotions และคุณลักษณะหลักของมันคือ "An app icon sizes generator for various platforms"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย App Icon Sizes Generator

ดาวน์โหลดไฟล์ส่วนขยาย App Icon Sizes Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "App Icon Sizes Generator" Chrome Extension – a powerful and user-friendly tool designed to streamline the process of generating app icons for various platforms. With this extension, developers and designers can effortlessly create the perfect icon set, tailored to meet the requirements of different devices and operating systems, such as iOS, macOS, Android, and Favicon.

Simply drag or select an image (1024x1024) and let the extension do the rest! It automatically resizes and generates multiple versions of your app icon in a matter of seconds, ensuring consistency and compatibility across different platforms. Customize your output by selecting the specific devices and operating systems you want to target, and generate a downloadable archive with all the required files.

Save time and energy with the App Icon Sizes Generator Chrome Extension, the essential tool for every app developer and designer looking to create an engaging and cohesive visual experience for their users.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ App Icon Sizes Generator App Icon Sizes Generator
ID loihgacpbpemjflgoafkfocnhggmlapl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/app-icon-sizes-generator/loihgacpbpemjflgoafkfocnhggmlapl
คำอธิบาย An app icon sizes generator for various platforms
ขนาดไฟล์ 63.13 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2023-04-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา butterflymotions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "App Icon Sizes Generator",
    "version": "1.4",
    "description": "An app icon sizes generator for various platforms",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Generate App Sizes"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jszip.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}