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