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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}