Christmas Decorations

Add some Christmas spirit to your Web.

Christmas Decorationsคืออะไร?

Christmas Decorations เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pothos.info และคุณลักษณะหลักของมันคือ "Add some Christmas spirit to your Web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Christmas Decorations

ดาวน์โหลดไฟล์ส่วนขยาย Christmas Decorations ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds a variety of Christmas decorations and visual effects to any web pages you view, helping you get into the holiday spirit.

There is, of course, a Christmas tree, an electric garland, snow, a festive cursor and scroll bar, a Christmas melody and more.

Works on any operating system that runs the browser, be it Windows, macOS, Linux or ChromeOS.

If you have previously used apps such as garlands on your desktop, or snow on your desktop, or other operating system decorations, then you will undoubtedly love our extension.

If the Frost effect is enabled, it will begin to gradually appear after about 15 minutes of user inactivity.

Merry Christmas and a Happy New Year!


The extension uses, among other things, the following assets, available for use under free licenses:
https://github.com/anvaka/atree/tree/master / Andrei Kashcha / MIT
https://freesound.org/people/klankbeeld/sounds/130810 / klankbeeld /  CC BY 3.0
https://www.freeimages.com/photo/red-snow-photos-1151641 / FreeImages.com/Micah Burke
https://www.fontspace.com/chopinscript-font-f1717 / Claude Pelletier
http://www.rw-designer.com/cursor-detail/104339
http://www.rw-designer.com/cursor-detail/60131
http://gifgifs.com/holidays/christmas/13718-merry-christmas-graphic58.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Christmas Decorations Christmas Decorations
ID eljhnkoiflafnibcilfgfojbejneefmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/christmas-decorations/eljhnkoiflafnibcilfgfojbejneefmd
คำอธิบาย Add some Christmas spirit to your Web.
ขนาดไฟล์ 6.59 MB
จำนวนการติดตั้ง 762
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2023-11-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://pothos.info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pothos.info/
URL หน้าช่วยเหลือ https://pothos.info/?p=contacts
ภาษาที่รองรับ de,en,fr,es,it,pl,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_lngExtTitle__",
    "version": "1.0.0.0",
    "description": "__MSG_lngExtDescription__",
    "default_locale": "en",
    "permissions": [
        "scripting",
        "storage",
        "idle",
        "tabs",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/content\/*.cur",
                "images\/content\/*.gif",
                "images\/content\/*.jpg",
                "images\/content\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}