USP.ai - ROYALTY FREE AI Image Generator

USP.ai - ROYALTY FREE AI Image Generator

USP.ai - ROYALTY FREE AI Image Generatorとは何ですか?

USP.ai - ROYALTY FREE AI Image GeneratorはUSP.aiによって開発されたChromeの拡張機能で、その主な機能は「USP.ai - ROYALTY FREE AI Image Generator」です。

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

screenshot
screenshot

USP.ai - ROYALTY FREE AI Image Generator拡張機能のCRXファイルをダウンロード

USP.ai - ROYALTY FREE AI Image Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Our Chrome extension facilitates a seamless image generation and upscaling experience for users by providing direct upload, save, access, and organization functionalities for their images without the need to switch tabs or use external applications.

By enabling this feature, we aim to automate and optimize the image creation process and output, allowing users to streamline their workflow and enhance productivity.

This functionality facilitates the crafting of compelling visuals with ease, ultimately saving time and improving the overall efficiency of user experience.                    

拡張機能の基本情報

名前 USP.ai - ROYALTY FREE AI Image Generator USP.ai - ROYALTY FREE AI Image Generator
ID dpmgigbbhkjjfhimcgpnomighijhoepj
公式URL https://chromewebstore.google.com/detail/uspai-royalty-free-ai-ima/dpmgigbbhkjjfhimcgpnomighijhoepj
説明 USP.ai - ROYALTY FREE AI Image Generator
ファイルサイズ 73.31 KB
インストール数 229
現在のバージョン 1.0.2
最終更新日 2023-05-21
公開日 2023-05-21
評価 5.00/5 合計 2 レビュー
開発者 USP.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.usp.ai/
ヘルプページのURL https://usp.ai/contact-us/
プライバシーポリシーページのURL https://www.usp.ai/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "USP.ai - ROYALTY FREE AI Image Generator",
    "version": "1.0.2",
    "description": "USP.ai - ROYALTY FREE AI Image Generator",
    "manifest_version": 3,
    "permissions": [
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo.png",
            "32": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "fonts\/*.woff2",
                "img\/loading.gif",
                "img\/app_logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}