Countdown

Customizable countdown...

Was ist Countdown?

Countdown ist eine Chrome-Erweiterung, die von kikoogay entwickelt wurde, und ihr Hauptmerkmal ist "Customizable countdown...".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Countdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie 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

                        This extension adds a customizable countdown to the New Tab Page of Chrome.

Just watch the hearts fill themselves up as you get closer the fated event you've been waiting for months. Could this be happiness ?

Please note that it is not currently possible to add anything to the New Tab Page without replacing it, and that's exactly what this extension does. However it will still display your most visited pages, and you can customize the range used in the history and the number of thumbnails displayed (even going above the limit of 8 in Chrome).                    

Grundlegende Informationen zur Erweiterung

Name Countdown Countdown
ID anppcjcjdogokgejeaabggdgmmgdldcn
Offizielle URL https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn
Beschreibung Customizable countdown...
Dateigröße 31.1 KB
Installationsanzahl 28
Aktuelle Version 0.9
Letztes Update 2014-10-16
Veröffentlichungsdatum 2014-10-15
Bewertung 2.00/5 Insgesamt 5 Bewertungen
Entwickler kikoogay
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.9",
    "description": "Customizable countdown...",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "permissions": [
        "history",
        "tabs",
        ""
    ]
}