Let It Snow

Add cute snowflakes to your browser on every page.

Let It Snow là gì?

Let It Snow là một tiện ích mở rộng Chrome được phát triển bởi kravse, và tính năng chính của nó là "Add cute snowflakes to your browser on every page.".

Ả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 Let It Snow

Tải xuống các tệp mở rộng Let It Snow 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

                        Simple animation to add snowflakes to any website. Toggle it on/off whenever you want.                    

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

Tên Let It Snow Let It Snow
ID himjfahoodiglodlcapifigneoepnkbk
URL Chính Thức https://chrome.google.com/webstore/detail/let-it-snow/himjfahoodiglodlcapifigneoepnkbk
Mô tả Add cute snowflakes to your browser on every page.
Kích Thước Tệp 6.37 MB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2020-12-08
Ngày Phát Hành 2020-12-08
Nhà Phát Triển kravse
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kravse.dev
URL Trang Trợ Giúp https://github.com/kravse/let-it-snow/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Let It Snow",
    "developer": {
        "name": "Jared Krause",
        "url": "https:\/\/kravse.dev"
    },
    "version": "0.1.3",
    "description": "Add cute snowflakes to your browser on every page.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "assets\/christmas.js"
            ],
            "css": [
                "assets\/main.css"
            ]
        }
    ]
}