Pianoman

A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…

Co je Pianoman?

Pianoman je rozšíření Chrome vyvinuté deeprajsingh14rajan, a jeho hlavní funkcí je „A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření Pianoman 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 fidget package  extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting work schedule. A completely encrypted chrome extension with no threat to user security.

Important: Do refresh the page to load the extension onto the browser and then the keys will be ready to play piano.                    

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

Název Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
Oficiální URL https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Popis A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Velikost souboru 4.6 KB
Počet instalací 38
Aktuální Verze 0.1.0
Poslední Aktualizace 2023-07-29
Datum Vydání 2021-08-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář deeprajsingh14rajan
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pianoman",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}