Countdown

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

什么是Countdown?

Countdown是由Alan Chen开发的Chrome扩展程序,该扩展的主要功能是““If you live each day as if it were your last, someday you’ll most certainly be right.””。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Countdown扩展crx文件

下载Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Countdown Countdown
ID apbkdgmhabdmfejpgdchfehbahppmbde
官方URL https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde
简介 “If you live each day as if it were your last, someday you’ll most certainly be right.”
文件大小 607 KB
安装次数 384
当前版本 1.1
更新时间 2016-09-19
上架时间 2016-09-19
评分 3.70/5 共10次评分
开发者 Alan Chen
付费类型 free
支持的语言 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
}