Days Until (Days Countdown)

Displays the number of days until a specified date right in the toolbar. (Days Countdown)

Days Until (Days Countdown)とは何ですか?

Days Until (Days Countdown)はusefulwebtechによって開発されたChromeの拡張機能で、その主な機能は「Displays the number of days until a specified date right in the toolbar. (Days Countdown)」です。

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

screenshot

Days Until (Days Countdown)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        It's a countdown for days that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs.

Helps you track the number of days left until an important day that you have been waiting for.
Set a deadline for your Goals! Keep track of days remaining!

Easily change the date and event name by clicking on the extension logo.

This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results!

Chase the date!

(Days Until / Days Left / Days to go / Countdown Days / Count Days / How many days until? / Deadline / Goals deadline/ Day Countdown / Days remaining / Remaining days)                    

拡張機能の基本情報

名前 Days Until (Days Countdown) Days Until (Days Countdown)
ID eddnhnjblfligfijgckclhnkmilmdhij
公式URL https://chromewebstore.google.com/detail/days-until-days-countdown/eddnhnjblfligfijgckclhnkmilmdhij
説明 Displays the number of days until a specified date right in the toolbar. (Days Countdown)
ファイルサイズ 17.64 KB
インストール数 35,905
現在のバージョン 1.52
最終更新日 2022-12-24
公開日 2020-03-08
評価 3.48/5 合計 42 レビュー
開発者 usefulwebtech
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Click here to set the date"
    },
    "description": "Displays the number of days until a specified date right in the toolbar. (Days Countdown)",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "Days Until (Days Countdown)",
    "permissions": [
        "storage"
    ],
    "short_name": "Days Until",
    "version": "1.52"
}