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
公式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
Eメール [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"
            ]
        }
    ]
}