Countdown

Customizable countdown...

Qu'est-ce que Countdown ?

Countdown est une extension Chrome développée par kikoogay, et sa fonction principale est "Customizable countdown...".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Countdown

Téléchargez les fichiers d'extension Countdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Countdown Countdown
ID anppcjcjdogokgejeaabggdgmmgdldcn
URL Officiel https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn
Description Customizable countdown...
Taille du Fichier 31.1 KB
Nombre d'Installations 28
Version Actuelle 0.9
Dernière Mise à Jour 2014-10-16
Date de Publication 2014-10-15
Évaluation 2.00/5 Total 5 Évaluations
Développeur kikoogay
Type de Paiement free
Langues Prises en Charge 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",
        ""
    ]
}