Bitsjourney : Retro Game Graphics Generator

Bitsjourney is an AI engine for generating retro game style images by color reduction and resolution reduction.

Bitsjourney : Retro Game Graphics Generator란 무엇입니까?

Bitsjourney : Retro Game Graphics Generator은(는) qhapaq_49에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bitsjourney is an AI engine for generating retro game style images by color reduction and resolution reduction."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Bitsjourney : Retro Game Graphics Generator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bitsjourney converts your images into retro game style images (e.g. NES and SNES) by color reduction and resolution reduction. Bitsjourney is equipped with a unique image processing AI that realizes high-speed and high-quality image conversion. The image conversion takes place inside your computer so your privacy is not violated by tracking. Bitsjourney is open source and you can read its source code in the project page.

Manual url : https://github.com/qhapaq-49/bitsjourney/tree/master/manuals/chrome

Note : Images used as thumbnails are from the Japanese version of wikipedia. Kizuna AI images (and images converted by Bitjourney) are licensed under CC BY-SA 3.0. Images of Nishimura Hiroyuki are licensed under CC BY-SA 2.5

© Kizuna AI, SCP Foundation., CC BY-SA 3.0
Joichi Ito - Original text: Taken by author Transferred from English Wikipedia                    

확장 프로그램 기본 정보

이름 Bitsjourney : Retro Game Graphics Generator Bitsjourney : Retro Game Graphics Generator
ID ollneaflfdbmjhadhfbdghlmmheenoii
공식 URL https://chromewebstore.google.com/detail/bitsjourney-retro-game-gr/ollneaflfdbmjhadhfbdghlmmheenoii
설명 Bitsjourney is an AI engine for generating retro game style images by color reduction and resolution reduction.
파일 크기 244 KB
설치 횟수 56
현재 버전 0.0.3
최근 업데이트 2022-09-21
출시 날짜 2022-09-16
개발자 qhapaq_49
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/qhapaq-49/bitjourney/tree/master/manuals/chrome
도움말 페이지 URL https://github.com/qhapaq-49/bitjourney/tree/master/manuals/chrome
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitsjourney : Retro Game Graphics Generator",
    "version": "0.0.3",
    "default_locale": "en",
    "manifest_version": 3,
    "description": "Bitsjourney is an AI engine for generating retro game style images by color reduction and resolution reduction.",
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "action": {
        "default_icon": "img\/icon-16x16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "image_parse.js",
                "popup.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}