Snow

Snowing in the browser

ما هو Snow؟

Snow هو إضافة Chrome تم تطويرها بواسطة krisztiansala، والميزة الرئيسية لها هي "Snowing in the browser".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Snow

قم بتنزيل ملفات الامتداد Snow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Creates snowing effect on any website.
You can control the amount of snowflakes, speed, mouse interaction and also the color.
Get a holiday feeling at any time of the year with this relaxing snowfall.
Warning! Too many snowflakes or high speed may cause your browser to slow down, so don't 
try the maximum amount at first.                    

معلومات أساسية عن التمديد

الاسم Snow Snow
ID oeehhbpmpalolbhkffflikcnfeeflmek
عنوان URL الرسمي https://chrome.google.com/webstore/detail/snow/oeehhbpmpalolbhkffflikcnfeeflmek
الوصف Snowing in the browser
حجم الملف 31.85 KB
عدد التثبيتات 273
النسخة الحالية 0.8.0
آخر تحديث 2020-02-07
تاريخ النشر 2020-02-07
تقييم 5.00/5 مجموع تقييمات 1
المطور krisztiansala
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snow",
    "description": "Snowing in the browser",
    "version": "0.8.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "snow-16.png",
            "32": "snow-32.png",
            "48": "snow-48.png",
            "128": "snow-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "snow.js"
            ]
        }
    ],
    "icons": {
        "16": "snow-16.png",
        "32": "snow-32.png",
        "48": "snow-48.png",
        "128": "snow-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}