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文件

下载Bitsjourney : Retro Game Graphics Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}