Christmas Countdown New Tab Page
A nice Blue Christmas countdown timer for the current year, rather than the chrome default
What is Christmas Countdown New Tab Page?
Christmas Countdown New Tab Page is a Chrome extension developed by toxic, and its main feature is "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".
Extension Screenshots
Download Christmas Countdown New Tab Page Extension CRX File
Download Christmas Countdown New Tab Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | abpdmjhkcjkncefiicjabnapdmbgfalg |
Official URL | https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg |
Description | A nice Blue Christmas countdown timer for the current year, rather than the chrome default |
File Size | 41.28 KB |
Installation Count | 462 |
Current Version | 1.3 |
Last Updated | 2018-03-01 |
Publish Date | 2018-03-01 |
Rating | 1.00/5 Total 1 Ratings |
Developer | toxic |
[email protected] | |
Payment Type | free |
Extension Website | http://www.facebook.com/toxicthemesv2 |
Help Page URL | http://www.facebook.com/toxicthemesv2 |
Supported Languages | 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 } |