Countdown
“If you live each day as if it were your last, someday you’ll most certainly be right.”
Wat is Countdown?
Countdown is een Chrome-extensie ontwikkeld door Alan Chen, en de belangrijkste functie is "“If you live each day as if it were your last, someday you’ll most certainly be right.”".
Extensie Screenshots
Download het CRX-bestand van de extensie Countdown
Download Countdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Countdown |
ID | apbkdgmhabdmfejpgdchfehbahppmbde |
Officiële URL | https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde |
Beschrijving | “If you live each day as if it were your last, someday you’ll most certainly be right.” |
Bestandsgrootte | 607 KB |
Aantal Installaties | 384 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-09-19 |
Publicatiedatum | 2016-09-19 |
Beoordeling | 3.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Alan Chen |
Betalingswijze | free |
Ondersteunde Talen | 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 } |