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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |