GlitterEverywhere

Leaves a glitter trail behind your mouse

GlitterEverywhereคืออะไร?

GlitterEverywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EgoisticalGoat และคุณลักษณะหลักของมันคือ "Leaves a glitter trail behind your mouse"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GlitterEverywhere

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        "*:\/\/*\/*"
    ]
}