Snow this website
Let It Snow Today
Snow this websiteคืออะไร?
Snow this website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mastaleru.rafael และคุณลักษณะหลักของมันคือ "Let It Snow Today"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snow this website
ดาวน์โหลดไฟล์ส่วนขยาย Snow this website ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension add to your websites some snowflakes. You have the opportunity to catch them. You have 30 seconds to catch the snowflakes. When a snowflake is caught, another 2 snowflakes will appear on the screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
คำอธิบาย | Let It Snow Today |
ขนาดไฟล์ | 88.58 KB |
จำนวนการติดตั้ง | 654 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2016-12-16 |
วันที่เผยแพร่ | 2016-12-16 |
คะแนน | 3.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | mastaleru.rafael |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://plusprivacy.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snow this website", "description": "Let It Snow Today", "version": "0.0.2", "browser_action": { "default_icon": "icons\/icon48.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "scripts\/snow.js", "content.js" ], "css": [ "snow.css" ] } ], "permissions": [ "activeTab", "storage", "tabs" ], "web_accessible_resources": [ "images\/*" ] } |