Musicianify

A Chrome extension that helps you to be an awesome musician!

Co je Musicianify?

Musicianify je rozšíření Chrome vyvinuté demikaiser13, a jeho hlavní funkcí je „A Chrome extension that helps you to be an awesome musician!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Musicianify

Stáhněte si soubory rozšíření Musicianify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A youtube-attached Chrome extension app that helps you to be a killer musician: It provides an HTML5 video looper manager and a drum machine for repeated and intensive musical exercises.                    

Základní Informace o Rozšíření

Název Musicianify Musicianify
ID millhogpkdjaijnohcneabakkbjlbnjf
Oficiální URL https://chrome.google.com/webstore/detail/musicianify/millhogpkdjaijnohcneabakkbjlbnjf
Popis A Chrome extension that helps you to be an awesome musician!
Velikost souboru 2.64 MB
Počet instalací 76
Aktuální Verze 0.0.1
Poslední Aktualizace 2020-05-05
Datum Vydání 2020-05-04
Vývojář demikaiser13
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "name": "Musicianify",
    "version": "0.0.1",
    "description": "A Chrome extension that helps you to be an awesome musician!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css",
                "venders\/uikit-isolated.css"
            ],
            "js": [
                "venders\/Tone.js",
                "venders\/jquery-3.4.1.min.js",
                "venders\/uikit.js",
                "venders\/uikit-icons.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Musicianify",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net; object-src 'self'",
    "web_accessible_resources": [
        "content.html",
        "style.css",
        "components\/looper.html",
        "components\/metronome.html",
        "venders\/uikit-isolated.css",
        "venders\/Tone.js",
        "venders\/jquery-3.4.1.min.js",
        "venders\/uikit.js",
        "venders\/uikit-icons.js",
        "assets\/sounds\/acoustic\/*.wav",
        "assets\/sounds\/metronome\/*.wav",
        "assets\/demos\/*.json"
    ]
}