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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bitsjourney is an AI engine for generating retro game style images by color reduction and resolution reduction."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bitsjourney : Retro Game Graphics Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}