Sparkles

Sparkles at you fingertips.

Sparklesとは何ですか?

SparklesはFujtajblによって開発されたChromeの拡張機能で、その主な機能は「Sparkles at you fingertips.」です。

拡張機能のスクリーンショット

screenshot

Sparkles拡張機能のCRXファイルをダウンロード

Sparkles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds few sparkles to every mouse click and input box.                    

拡張機能の基本情報

名前 Sparkles Sparkles
ID mnonoobhfgdhidonjmabidmejggjcnil
公式URL https://chromewebstore.google.com/detail/sparkles/mnonoobhfgdhidonjmabidmejggjcnil
説明 Sparkles at you fingertips.
ファイルサイズ 24.59 KB
インストール数 3,077
現在のバージョン 1.1
最終更新日 2020-03-11
公開日 2020-03-11
評価 3.60/5 合計 15 レビュー
開発者 Fujtajbl
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sparkles",
    "version": "1.1",
    "description": "Sparkles at you fingertips.",
    "icons": {
        "48": "icons\/sparkly-48.png",
        "64": "icons\/sparkly-64.png",
        "96": "icons\/sparkly-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sparkly.js"
            ]
        }
    ]
}