App Icon Sizes Generator
An app icon sizes generator for various platforms
App Icon Sizes Generator란 무엇입니까?
App Icon Sizes Generator은(는) butterflymotions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An app icon sizes generator for various platforms"입니다.
확장 프로그램 스크린샷
App Icon Sizes Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"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.
확장 프로그램 기본 정보
이름 | |
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": [ " |