TSS Ctrl-C MML Player
Control-C MML Player
TSS Ctrl-C MML Player란 무엇입니까?
TSS Ctrl-C MML Player은(는) aike에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control-C MML Player"입니다.
확장 프로그램 스크린샷
TSS Ctrl-C MML Player 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TSS Ctrl-C MML Player is a chiptune music player. Select MML(Music Macro Language), type Ctrl-C, and enjoy music! Features: - Ctrl-C to play interface - play sound with TSS javascript sound driver - translate TSSCP type MML into TSS MML - support #A-#Z macro - support #FM macro Key Assign: Ctrl-C Play/Stop (Windows/Mac OS) Command-C Play/Stop (Mac OS) Note: TSSCC makes your browser's performance slightly slow. So it is recommended that to disable the extension when you do not play MML. TSSCC program by aike T'SoundSystem by toyoshim https://github.com/toyoshim/tss
확장 프로그램 기본 정보
이름 | |
ID | bopejcmlildmbeefcfhkkbohdpngghog |
공식 URL | https://chromewebstore.google.com/detail/tss-ctrl-c-mml-player/bopejcmlildmbeefcfhkkbohdpngghog |
설명 | Control-C MML Player |
파일 크기 | 29.81 KB |
설치 횟수 | 396 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2018-12-30 |
출시 날짜 | 2018-12-30 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | aike |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/aike/TSSCCjs |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TSS Ctrl-C MML Player", "short_name": "TSSCC", "description": "Control-C MML Player", "version": "1.1.0", "icons": { "16": "tsscc16.png", "48": "tsscc48.png", "128": "tsscc128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "js": [ "tsscc.min.js" ] } ] } |