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
}