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 là gì?

Bitsjourney : Retro Game Graphics Generator là một tiện ích mở rộng Chrome được phát triển bởi qhapaq_49, và tính năng chính của nó là "Bitsjourney is an AI engine for generating retro game style images by color reduction and resolution reduction.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitsjourney : Retro Game Graphics Generator

Tải xuống các tệp mở rộng Bitsjourney : Retro Game Graphics Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitsjourney : Retro Game Graphics Generator Bitsjourney : Retro Game Graphics Generator
ID ollneaflfdbmjhadhfbdghlmmheenoii
URL Chính Thức https://chromewebstore.google.com/detail/bitsjourney-retro-game-gr/ollneaflfdbmjhadhfbdghlmmheenoii
Mô tả Bitsjourney is an AI engine for generating retro game style images by color reduction and resolution reduction.
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-09-21
Ngày Phát Hành 2022-09-16
Nhà Phát Triển qhapaq_49
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/qhapaq-49/bitjourney/tree/master/manuals/chrome
URL Trang Trợ Giúp https://github.com/qhapaq-49/bitjourney/tree/master/manuals/chrome
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}