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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον toxic, και η κύρια λειτουργία του είναι "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Christmas Countdown New Tab Page
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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 } |