Pichrome-8

Pico-8 integrated into your browser.

什么是Pichrome-8?

Pichrome-8是由adna.kir.dev开发的Chrome扩展程序,该扩展的主要功能是“Pico-8 integrated into your browser.”。

扩展截图

screenshot
screenshot
screenshot

下载Pichrome-8扩展crx文件

下载Pichrome-8扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple Webplayer for Pico-8 engine.
Automatically select and run a random game cartridge from the best 200 Pico-8 games (selected by nerdyteachers.com).
Perfect for discovering new gems and waste some time!
If you like a game, you can directly download the cartridge to keep playing on your Pico-8 application.

Credits for the original Pico-8 game engine and web player to Lexaloffle: https://www.lexaloffle.com/pico-8.php                    

扩展基本信息

名称 Pichrome-8 Pichrome-8
ID knjpjfcgfkgjbgleiejlalmhpnahpkfc
官方URL https://chromewebstore.google.com/detail/pichrome-8/knjpjfcgfkgjbgleiejlalmhpnahpkfc
简介 Pico-8 integrated into your browser.
文件大小 83.29 KB
安装次数 116
当前版本 0.4
更新时间 2023-12-25
上架时间 2021-10-12
评分 4.33/5 共3次评分
开发者 adna.kir.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/AndreaDiNapoli/Pichrome-8
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pichrome-8",
    "version": "0.4",
    "description": "Pico-8 integrated into your browser.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "pop.html",
        "default_title": "Pichrome-8: randomized player for Pico-8 cartridge games, by Kir"
    }
}