Approaching

Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.

Qu'est-ce que Approaching ?

Approaching est une extension Chrome développée par http://natedelage.com, et sa fonction principale est "Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Approaching 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

                        Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.                    

Informations de Base sur l'Extension

Nom Approaching Approaching
ID pfeinjabklfaiidkiifdbknijemhkjok
URL Officiel https://chrome.google.com/webstore/detail/approaching/pfeinjabklfaiidkiifdbknijemhkjok
Description Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.
Taille du Fichier 208 KB
Nombre d'Installations 121
Version Actuelle 0.1
Dernière Mise à Jour 2015-06-15
Date de Publication 2015-06-15
Évaluation 4.00/5 Total 3 Évaluations
Développeur http://natedelage.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Approaching",
    "short_name": "Approaching",
    "description": "Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}