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」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 TSS Ctrl-C MML Player TSS Ctrl-C MML Player
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"
            ]
        }
    ]
}