GlitterEverywhere

Leaves a glitter trail behind your mouse

什么是GlitterEverywhere?

GlitterEverywhere是由EgoisticalGoat开发的Chrome扩展程序,该扩展的主要功能是“Leaves a glitter trail behind your mouse”。

下载GlitterEverywhere扩展crx文件

下载GlitterEverywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Leaves a trail of glitter behind your mouse on every movement.
Useful if your browsing experience is getting too boring and you want to add a splash of color.                    

扩展基本信息

名称 GlitterEverywhere GlitterEverywhere
ID iiaegbhgobfchilmdhkcijeejmcnicpp
官方URL https://chrome.google.com/webstore/detail/glittereverywhere/iiaegbhgobfchilmdhkcijeejmcnicpp
简介 Leaves a glitter trail behind your mouse
文件大小 38.51 KB
安装次数 306
当前版本 0.1.0
更新时间 2017-01-31
上架时间 2017-01-31
评分 3.80/5 共5次评分
开发者 EgoisticalGoat
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlitterEverywhere",
    "description": "Leaves a glitter trail behind your mouse",
    "manifest_version": 2,
    "version": "0.1.0",
    "content_scripts": [
        {
            "js": [
                "glitter_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}