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
官方網址 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
電子郵箱 [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"
}