Pianoman

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

Pianoman là gì?

Pianoman là một tiện ích mở rộng Chrome được phát triển bởi deeprajsingh14rajan, và tính năng chính của nó là "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pianoman

Tải xuống các tệp mở rộng Pianoman dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
URL Chính Thức https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Mô tả A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Kích Thước Tệp 4.6 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2023-07-29
Ngày Phát Hành 2021-08-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển deeprajsingh14rajan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}