Pichrome-8
Pico-8 integrated into your browser.
Qu'est-ce que Pichrome-8 ?
Pichrome-8 est une extension Chrome développée par adna.kir.dev, et sa fonction principale est "Pico-8 integrated into your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pichrome-8
Téléchargez les fichiers d'extension Pichrome-8 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | knjpjfcgfkgjbgleiejlalmhpnahpkfc |
URL Officiel | https://chromewebstore.google.com/detail/pichrome-8/knjpjfcgfkgjbgleiejlalmhpnahpkfc |
Description | Pico-8 integrated into your browser. |
Taille du Fichier | 83.29 KB |
Nombre d'Installations | 116 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2023-12-25 |
Date de Publication | 2021-10-12 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | adna.kir.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AndreaDiNapoli/Pichrome-8 |
Langues Prises en Charge | 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" } } |