New Tab Countdown

Countdown time remaining in the day, week, month, year, or a custom date.

Wat is New Tab Countdown?

New Tab Countdown is een Chrome-extensie ontwikkeld door Sebastian Liu, en de belangrijkste functie is "Countdown time remaining in the day, week, month, year, or a custom date.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie New Tab Countdown

Download New Tab Countdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam New Tab Countdown New Tab Countdown
ID pbeiaielhjhfdpnonbbincehnanaehon
Officiële URL https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon
Beschrijving Countdown time remaining in the day, week, month, year, or a custom date.
Bestandsgrootte 1.07 MB
Aantal Installaties 1,896
Huidige Versie 2.3.3
Laatst Bijgewerkt 2019-03-22
Publicatiedatum 2019-03-22
Beoordeling 4.41/5 Totaal 27 Beoordelingen
Ontwikkelaar Sebastian Liu
Betalingswijze free
Extensiewebsite https://new-tab-countdown.github.io/
Ondersteunde Talen 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'"
}