Christmas Countdown New Tab Page

A nice Blue Christmas countdown timer for the current year, rather than the chrome default

Hvad er Christmas Countdown New Tab Page?

Christmas Countdown New Tab Page er en Chrome-udvidelse udviklet af toxic, og dens hovedfunktion er "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".

Udvidelsesskærmbilleder

screenshot

Download Christmas Countdown New Tab Page-udvidelses-CRX-fil

Download Christmas Countdown New Tab Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
Officiel URL https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
Beskrivelse A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Filstørrelse 41.28 KB
Antal Installationer 462
Nuværende Version 1.3
Senest Opdateret 2018-03-01
Udgivelsesdato 2018-03-01
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler toxic
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.facebook.com/toxicthemesv2
Hjælpeside-URL http://www.facebook.com/toxicthemesv2
Understøttede Sprog 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
}