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」です。

拡張機能のスクリーンショット

screenshot
screenshot

App Icon Sizes Generator拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
    }
}