TSS Ctrl-C MML Player

Control-C MML Player

Cos'è TSS Ctrl-C MML Player?

TSS Ctrl-C MML Player è un'estensione di Chrome sviluppata da aike, e la sua funzione principale è "Control-C MML Player".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TSS Ctrl-C MML Player

Scarica i file di estensione TSS Ctrl-C MML Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TSS Ctrl-C MML Player TSS Ctrl-C MML Player
ID bopejcmlildmbeefcfhkkbohdpngghog
URL Ufficiale https://chromewebstore.google.com/detail/tss-ctrl-c-mml-player/bopejcmlildmbeefcfhkkbohdpngghog
Descrizione Control-C MML Player
Dimensione del File 29.81 KB
Conteggio Installazioni 396
Versione Corrente 1.1.0
Ultimo Aggiornamento 2018-12-30
Data di Pubblicazione 2018-12-30
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore aike
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/aike/TSSCCjs
Lingue Supportate 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"
            ]
        }
    ]
}