Pianoman

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

Hvad er Pianoman?

Pianoman er en Chrome-udvidelse udviklet af deeprajsingh14rajan, og dens hovedfunktion er "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Udvidelsesskærmbilleder

screenshot

Download Pianoman-udvidelses-CRX-fil

Download Pianoman-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
Officiel URL https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Beskrivelse A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Filstørrelse 4.6 KB
Antal Installationer 38
Nuværende Version 0.1.0
Senest Opdateret 2023-07-29
Udgivelsesdato 2021-08-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler deeprajsingh14rajan
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}