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 |
公式URL | 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 |
Eメール | [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" } } |