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
官方網址 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",
        "*:\/\/*\/*"
    ]
}