Pianoman

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

Was ist Pianoman?

Pianoman ist eine Chrome-Erweiterung, die von deeprajsingh14rajan entwickelt wurde, und ihr Hauptmerkmal ist "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Erweiterungsscreenshots

screenshot

Pianoman-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pianoman-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
Offizielle URL https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Beschreibung A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Dateigröße 4.6 KB
Installationsanzahl 38
Aktuelle Version 0.1.0
Letztes Update 2023-07-29
Veröffentlichungsdatum 2021-08-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler deeprajsingh14rajan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}