Pichrome-8
Pico-8 integrated into your browser.
Pichrome-8とは何ですか?
Pichrome-8はadna.kir.devによって開発されたChromeの拡張機能で、その主な機能は「Pico-8 integrated into your browser.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |