TSS Ctrl-C MML Player
Control-C MML Player
Wat is TSS Ctrl-C MML Player?
TSS Ctrl-C MML Player is een Chrome-extensie ontwikkeld door aike, en de belangrijkste functie is "Control-C MML Player".
Extensie Screenshots
Download het CRX-bestand van de extensie TSS Ctrl-C MML Player
Download TSS Ctrl-C MML Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | bopejcmlildmbeefcfhkkbohdpngghog |
Officiële URL | https://chromewebstore.google.com/detail/tss-ctrl-c-mml-player/bopejcmlildmbeefcfhkkbohdpngghog |
Beschrijving | Control-C MML Player |
Bestandsgrootte | 29.81 KB |
Aantal Installaties | 396 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2018-12-30 |
Publicatiedatum | 2018-12-30 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | aike |
Betalingswijze | free |
Extensiewebsite | https://github.com/aike/TSSCCjs |
Ondersteunde Talen | 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" ] } ] } |