Pichrome-8
Pico-8 integrated into your browser.
What is Pichrome-8?
Pichrome-8 is a Chrome extension developed by adna.kir.dev, and its main feature is "Pico-8 integrated into your browser.".
Extension Screenshots
Download Pichrome-8 Extension CRX File
Download Pichrome-8 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | knjpjfcgfkgjbgleiejlalmhpnahpkfc |
Official URL | https://chromewebstore.google.com/detail/pichrome-8/knjpjfcgfkgjbgleiejlalmhpnahpkfc |
Description | Pico-8 integrated into your browser. |
File Size | 83.29 KB |
Installation Count | 116 |
Current Version | 0.4 |
Last Updated | 2023-12-25 |
Publish Date | 2021-10-12 |
Rating | 4.33/5 Total 3 Ratings |
Developer | adna.kir.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AndreaDiNapoli/Pichrome-8 |
Supported Languages | 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" } } |