Christmas Countdown New Tab Page
A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Co je Christmas Countdown New Tab Page?
Christmas Countdown New Tab Page je rozšíření Chrome vyvinuté toxic, a jeho hlavní funkcí je „A nice Blue Christmas countdown timer for the current year, rather than the chrome default“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Christmas Countdown New Tab Page
Stáhněte si soubory rozšíření Christmas Countdown New Tab Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | abpdmjhkcjkncefiicjabnapdmbgfalg |
Oficiální URL | https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg |
Popis | A nice Blue Christmas countdown timer for the current year, rather than the chrome default |
Velikost souboru | 41.28 KB |
Počet instalací | 462 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2018-03-01 |
Datum Vydání | 2018-03-01 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | toxic |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.facebook.com/toxicthemesv2 |
URL Stránky Nápovědy | http://www.facebook.com/toxicthemesv2 |
Podporované Jazyky | 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 } |