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文件
下載TSS Ctrl-C MML Player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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"
]
}
]
} | |