Pianoman

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

什麼是Pianoman?

Pianoman是由deeprajsingh14rajan開發的Chrome擴展程式,該擴展的主要功能是“A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…”。

擴展截圖

screenshot

下載Pianoman擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}