Pianoman

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

Wat is Pianoman?

Pianoman is een Chrome-extensie ontwikkeld door deeprajsingh14rajan, en de belangrijkste functie is "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pianoman

Download Pianoman-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

                        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.                    

Basisinformatie over de Extensie

Naam Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
Officiële URL https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Beschrijving A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Bestandsgrootte 4.6 KB
Aantal Installaties 38
Huidige Versie 0.1.0
Laatst Bijgewerkt 2023-07-29
Publicatiedatum 2021-08-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar deeprajsingh14rajan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}