Countdown

Keep track of your most important future events with a countdown on the new tab page!

Qu'est-ce que Countdown ?

Countdown est une extension Chrome développée par Srikar Gudipati, et sa fonction principale est "Keep track of your most important future events with a countdown on the new tab page!".

Captures d'Écran de l'Extension

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 displays countdown timers to your most important future events in the new tab page!                    

Informations de Base sur l'Extension

Nom Countdown Countdown
ID liinagkdcgnopnmeodlgmccpiaalbbpa
URL Officiel https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa
Description Keep track of your most important future events with a countdown on the new tab page!
Taille du Fichier 44.2 KB
Nombre d'Installations 669
Version Actuelle 0.5
Dernière Mise à Jour 2015-01-26
Date de Publication 2015-01-26
Évaluation 4.31/5 Total 13 Évaluations
Développeur Srikar Gudipati
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Keep track of your most important future events with a countdown on the new tab page!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Srikar Gudipati",
    "incognito": "split",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}