Countdown

“If you live each day as if it were your last, someday you’ll most certainly be right.”

Was ist Countdown?

Countdown ist eine Chrome-Erweiterung, die von Alan Chen entwickelt wurde, und ihr Hauptmerkmal ist "“If you live each day as if it were your last, someday you’ll most certainly be right.”".

Erweiterungsscreenshots

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

                        Replaces your 'new-tab' page with a real-time counter showing the estimated amount of time you have left along with up to three ambitions you specify. You are running out of time, get back to your passion.

Good Luck.


This extension was inspired by the extensions "Mortality" and "Motivation". I have built upon their original ideas and concepts.

Thank you to Awesome Fonts for providing the icons.                    

Grundlegende Informationen zur Erweiterung

Name Countdown Countdown
ID apbkdgmhabdmfejpgdchfehbahppmbde
Offizielle URL https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde
Beschreibung “If you live each day as if it were your last, someday you’ll most certainly be right.”
Dateigröße 607 KB
Installationsanzahl 384
Aktuelle Version 1.1
Letztes Update 2016-09-19
Veröffentlichungsdatum 2016-09-19
Bewertung 3.70/5 Insgesamt 10 Bewertungen
Entwickler Alan Chen
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "description": "\u201cIf you live each day as if it were your last, someday you\u2019ll most certainly be right.\u201d",
    "version": "1.1",
    "incognito": "split",
    "background": {
        "persistent": false,
        "scripts": [
            "countdown.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png",
        "16": "assets\/icon-16.png"
    },
    "chrome_url_overrides": {
        "newtab": "countdown.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}