New Tab Countdown
Countdown time remaining in the day, week, month, year, or a custom date.
Was ist New Tab Countdown?
New Tab Countdown ist eine Chrome-Erweiterung, die von Sebastian Liu entwickelt wurde, und ihr Hauptmerkmal ist "Countdown time remaining in the day, week, month, year, or a custom date.".
Erweiterungsscreenshots
New Tab Countdown-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pbeiaielhjhfdpnonbbincehnanaehon |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon |
| Beschreibung | Countdown time remaining in the day, week, month, year, or a custom date. |
| Dateigröße | 1.07 MB |
| Installationsanzahl | 1,896 |
| Aktuelle Version | 2.3.3 |
| Letztes Update | 2019-03-22 |
| Veröffentlichungsdatum | 2019-03-22 |
| Bewertung | 4.41/5 Insgesamt 27 Bewertungen |
| Entwickler | Sebastian Liu |
| Zahlungsart | free |
| Erweiterungswebsite | https://new-tab-countdown.github.io/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab Countdown",
"description": "Countdown time remaining in the day, week, month, year, or a custom date.",
"version": "2.3.3",
"manifest_version": 2,
"icons": {
"48": "extension-icons\/Clock-48.png",
"128": "extension-icons\/Clock-128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |