Countdown to New Year's Day

Countdown to New Year's Day. It will works endlessly year after year, forever.

Countdown to New Year's Dayとは何ですか?

Countdown to New Year's DayはRiccardo Andreattaによって開発されたChromeの拡張機能で、その主な機能は「Countdown to New Year's Day. It will works endlessly year after year, forever.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Countdown to New Year's Day拡張機能のCRXファイルをダウンロード

Countdown to New Year's Day拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you want to know how much time is left to prepare yourself for the new year's party or maybe to prepare the greatest party ever?

Enjoy this lightweight and clear countdown that is showing the time remaining to the end of this year and the beginning of the next one.

It will work endlessly, so don't worry when there will be the reset on the midnight of the 1st January :D                    

拡張機能の基本情報

名前 Countdown to New Year's Day Countdown to New Year's Day
ID ooojmllannhkicjegpkfojlloihaklem
公式URL https://chromewebstore.google.com/detail/countdown-to-new-years-da/ooojmllannhkicjegpkfojlloihaklem
説明 Countdown to New Year's Day. It will works endlessly year after year, forever.
ファイルサイズ 30.5 KB
インストール数 496
現在のバージョン 1.0.0
最終更新日 2020-07-30
公開日 2020-07-29
開発者 Riccardo Andreatta
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension
ヘルプページのURL https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension/issues
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown to New Year's Day",
    "description": "Countdown to New Year's Day. It will works endlessly year after year, forever.",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    }
}