Snow

Add gently falling snow to your webpage :)

Apa itu Snow?

Snow adalah ekstensi Chrome yang dikembangkan oleh gabe.szczepanek, dan fitur utamanya adalah "Add gently falling snow to your webpage :)".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Snow

Unduh file ekstensi Snow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Snow will add gently falling snow to any webpage with just a click. It brings winter spirit to your web browsing without being intrusive enough to distract or impair working with pages.                    

Informasi Dasar Ekstensi

Nama Snow Snow
ID bmafpbhollfipocodnolblbkgaeibnjn
URL Resmi https://chromewebstore.google.com/detail/snow/bmafpbhollfipocodnolblbkgaeibnjn
Deskripsi Add gently falling snow to your webpage :)
Ukuran File 59.23 KB
Jumlah Instalasi 146
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-03-10
Tanggal Publikasi 2019-03-10
Pengembang gabe.szczepanek
Tipe Pembayaran free
Situs Ekstensi https://github.com/softwarebygabe/snow
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snow",
    "version": "1.0",
    "description": "Add gently falling snow to your webpage :)",
    "author": "Gabe Szczepanek",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Add Snow",
        "default_icon": "images\/snowglobe-1.png"
    },
    "icons": {
        "16": "images\/snowglobe-1.png",
        "32": "images\/snowglobe-1.png",
        "48": "images\/snowglobe-1.png",
        "128": "images\/snowglobe-1.png"
    },
    "manifest_version": 2
}