Pianoman

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

Co to jest Pianoman?

Pianoman to rozszerzenie Chrome opracowane przez deeprajsingh14rajan, a jego główną funkcją jest „A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pianoman

Pobierz pliki rozszerzeń Pianoman w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
Oficjalny URL https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Opis A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Rozmiar pliku 4.6 KB
Liczba instalacji 38
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2023-07-29
Data Publikacji 2021-08-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper deeprajsingh14rajan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}