Pianoman

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

ما هو Pianoman؟

Pianoman هو إضافة Chrome تم تطويرها بواسطة deeprajsingh14rajan، والميزة الرئيسية لها هي "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pianoman

قم بتنزيل ملفات الامتداد Pianoman بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
عنوان URL الرسمي https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
الوصف A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
حجم الملف 4.6 KB
عدد التثبيتات 38
النسخة الحالية 0.1.0
آخر تحديث 2023-07-29
تاريخ النشر 2021-08-12
تقييم 5.00/5 مجموع تقييمات 1
المطور deeprajsingh14rajan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}