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
官方網址 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"
    }
}