Christmas Countdown New Tab Page
A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Christmas Countdown New Tab Pageคืออะไร?
Christmas Countdown New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย toxic และคุณลักษณะหลักของมันคือ "A nice Blue Christmas countdown timer for the current year, rather than the chrome default"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Christmas Countdown New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย Christmas Countdown New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Christmas Countdown New Tab Page Short name: xmas clock Version 1.3 by toxic RESOLUTION N/A A simple Christmas Countdown Clock for the current year every time you open a New Tab Page, better than the original huh! ;) Looks extra nice when used with the Easy Blue Christmas Theme. https://goo.gl/ADp4bZ http://www.facebook.com/toxicthemesv2 Many Thanks toxic update note: 1.3 cleaned code to pull info straight from the website. cleaner images.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | abpdmjhkcjkncefiicjabnapdmbgfalg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg |
คำอธิบาย | A nice Blue Christmas countdown timer for the current year, rather than the chrome default |
ขนาดไฟล์ | 41.28 KB |
จำนวนการติดตั้ง | 462 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2018-03-01 |
วันที่เผยแพร่ | 2018-03-01 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | toxic |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.facebook.com/toxicthemesv2 |
URL หน้าช่วยเหลือ | http://www.facebook.com/toxicthemesv2 |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Christmas Countdown New Tab Page", "short_name": "xmas clock", "description": "A nice Blue Christmas countdown timer for the current year, rather than the chrome default", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "incognito": "split", "chrome_url_overrides": { "newtab": "ccd.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |