SnowFlakes

Add snowflakes effect to any page for the New Year mood!

什麼是SnowFlakes?

SnowFlakes是由Nataliya Stepanova開發的Chrome擴展程式,該擴展的主要功能是“Add snowflakes effect to any page for the New Year mood!”。

擴展截圖

screenshot
screenshot

下載SnowFlakes擴展crx文件

下載SnowFlakes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🌨️ Bring the spirit of the New Year to your browser with the SnowFlakes extension! Imagine a gentle snowfall gracing every webpage you visit, creating a cozy winter atmosphere as you browse.

With a simple click on the extension's icon, a friendly switch appears, giving you the power to turn on or off this snowy wonderland across all websites. But there's more! Personalize your snowfall experience by adjusting the color, opacity, intensity, and even the way the snowflakes dance down your screen. Whether you're in the mood for a light, fluttery snowfall or a more intense flurry, SnowFlakes has got you covered.

Celebrate the season every time you surf the web with a little touch of winter magic. ❄️                    

擴展基本資訊

名稱 SnowFlakes SnowFlakes
ID fggnhphfohemekoiocpiogmhkkmeogph
官方網址 https://chromewebstore.google.com/detail/snowflakes/fggnhphfohemekoiocpiogmhkkmeogph
簡介 Add snowflakes effect to any page for the New Year mood!
檔案大小 24.91 KB
安裝次數 284
目前版本 1.2.0
更新時間 2023-12-26
上架時間 2020-12-30
評分 4.50/5 共 4 次評分
開發者 Nataliya Stepanova
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SnowFlakes",
    "version": "1.2.0",
    "description": "Add snowflakes effect to any page for the New Year mood!",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "assets\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/snowflakes.js",
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "browser_action": {
        "default_popup": "pages\/popup.html"
    }
}