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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}