Let it snow!
More snow in your browser!
Let it snow!คืออะไร?
Let it snow! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jenskofodhansen และคุณลักษณะหลักของมันคือ "More snow in your browser!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let it snow!
ดาวน์โหลดไฟล์ส่วนขยาย Let it snow! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adding a nice winterly snow in your browser. Get yourself into a nice christmas mood and relax watching the snow falling slow and steady. You can always disable the snow from the pop up icon. You just need to refresh the page afterwards. The source code is from Scott Schiller under the BSD licence: DHTML Snowstorm! JavaScript-based snow for web pages Making it snow on the internets since 2003. You're welcome. ----------------------------------------------------------- Version 1.44.20131208 (Previous rev: 1.44.20131125) Copyright (c) 2007, Scott Schiller. All rights reserved. Code provided under the BSD License http://schillmania.com/projects/snowstorm/license.txt
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jllhhnlhilciklchgekpbenjdccclamj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/let-it-snow/jllhhnlhilciklchgekpbenjdccclamj |
คำอธิบาย | More snow in your browser! |
ขนาดไฟล์ | 66.13 KB |
จำนวนการติดตั้ง | 290 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2018-12-09 |
วันที่เผยแพร่ | 2018-12-06 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jenskofodhansen |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Let it snow!", "description": "More snow in your browser!", "version": "1.0.3", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon32.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscripts\/snow.js" ] } ] } |