Day-Count Timer Extension
Counts the amount of days since or until a specified date (or multiple dates).
什麼是Day-Count Timer Extension?
Day-Count Timer Extension是由linuscedergren開發的Chrome擴展程式,該擴展的主要功能是“Counts the amount of days since or until a specified date (or multiple dates).”。
擴展截圖
下載Day-Count Timer Extension擴展crx文件
下載Day-Count Timer Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple extension which counts the amount of days since or until a specified date. The extension icon will always display the amount of days between today and a specified date.
擴展基本資訊
名稱 | Day-Count Timer Extension |
ID | mhofelbafaechkdfmlpgcognpgnnhaaa |
官方網址 | https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa |
簡介 | Counts the amount of days since or until a specified date (or multiple dates). |
檔案大小 | 625 KB |
安裝次數 | 329 |
目前版本 | 2.3.2 |
更新時間 | 2023-02-14 |
上架時間 | 2020-09-27 |
評分 | 4.50/5 共 2 次評分 |
開發者 | linuscedergren |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Day-Count Timer Extension", "version": "2.3.2", "manifest_version": 3, "description": "Counts the amount of days since or until a specified date (or multiple dates).", "permissions": [ "storage" ], "action": { "default_popup": ".\/popup.html", "default_icon": ".\/assets\/images\/icon.png" }, "background": { "service_worker": ".\/assets\/js\/background.js" }, "icons": { "128": ".\/assets\/images\/icon.png" } } |