Pichrome-8
Pico-8 integrated into your browser.
Wat is Pichrome-8?
Pichrome-8 is een Chrome-extensie ontwikkeld door adna.kir.dev, en de belangrijkste functie is "Pico-8 integrated into your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pichrome-8
Download Pichrome-8-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | knjpjfcgfkgjbgleiejlalmhpnahpkfc |
Officiële URL | https://chromewebstore.google.com/detail/pichrome-8/knjpjfcgfkgjbgleiejlalmhpnahpkfc |
Beschrijving | Pico-8 integrated into your browser. |
Bestandsgrootte | 83.29 KB |
Aantal Installaties | 116 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2023-12-25 |
Publicatiedatum | 2021-10-12 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | adna.kir.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/AndreaDiNapoli/Pichrome-8 |
Ondersteunde Talen | 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" } } |