Christmas Countdown New Tab Page
A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Vad är Christmas Countdown New Tab Page?
Christmas Countdown New Tab Page är en Chrome-tillägg utvecklad av toxic, och dess huvudfunktion är "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".
Tilläggsskärmbilder
Ladda ner Christmas Countdown New Tab Page-förlängningens CRX-fil
Ladda ner Christmas Countdown New Tab Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | abpdmjhkcjkncefiicjabnapdmbgfalg |
Officiell webbadress | https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg |
Beskrivning | A nice Blue Christmas countdown timer for the current year, rather than the chrome default |
Filstorlek | 41.28 KB |
Antal Installationer | 462 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2018-03-01 |
Publiceringsdatum | 2018-03-01 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | toxic |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.facebook.com/toxicthemesv2 |
Hjälpsida URL | http://www.facebook.com/toxicthemesv2 |
Stödda Språk | 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 } |