SnowFlakes

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

SnowFlakes là gì?

SnowFlakes là một tiện ích mở rộng Chrome được phát triển bởi Nataliya Stepanova, và tính năng chính của nó là "Add snowflakes effect to any page for the New Year mood!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SnowFlakes

Tải xuống các tệp mở rộng SnowFlakes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🌨️ 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. ❄️                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SnowFlakes SnowFlakes
ID fggnhphfohemekoiocpiogmhkkmeogph
URL Chính Thức https://chromewebstore.google.com/detail/snowflakes/fggnhphfohemekoiocpiogmhkkmeogph
Mô tả Add snowflakes effect to any page for the New Year mood!
Kích Thước Tệp 24.91 KB
Số Lần Cài Đặt 284
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2020-12-30
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Nataliya Stepanova
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}