Pianoman

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

Vad är Pianoman?

Pianoman är en Chrome-tillägg utvecklad av deeprajsingh14rajan, och dess huvudfunktion är "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Tilläggsskärmbilder

screenshot

Ladda ner Pianoman-förlängningens CRX-fil

Ladda ner Pianoman-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
Officiell webbadress https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Beskrivning A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Filstorlek 4.6 KB
Antal Installationer 38
Aktuell Version 0.1.0
Senast Uppdaterad 2023-07-29
Publiceringsdatum 2021-08-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare deeprajsingh14rajan
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}