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是由toxic開發的Chrome擴展程式,該擴展的主要功能是“A nice Blue Christmas countdown timer for the current year, rather than the chrome default”。
擴展截圖
下載Christmas Countdown New Tab Page擴展crx文件
下載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 |
官方網址 | 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 } |