Day Countdown
Shows a day countdown to any number of dates
Day Countdownとは何ですか?
Day CountdownはMunsifali Rashidによって開発されたChromeの拡張機能で、その主な機能は「Shows a day countdown to any number of dates」です。
拡張機能のスクリーンショット
Day Countdown拡張機能のCRXファイルをダウンロード
Day Countdown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a new button to your toolbar to allow you to easily access a full calendar and see the number of days left to each date.
Click on a date to add events, and see the number of days remaining until that date in your browser toolbar. Hovering over the button shows the event name. 拡張機能の基本情報
| 名前 | |
| ID | bppnoejpfijbepipidelnldkeffcffgj |
| 公式URL | https://chromewebstore.google.com/detail/day-countdown/bppnoejpfijbepipidelnldkeffcffgj |
| 説明 | Shows a day countdown to any number of dates |
| ファイルサイズ | 242 KB |
| インストール数 | 327 |
| 現在のバージョン | 1.5.1 |
| 最終更新日 | 2024-02-02 |
| 公開日 | 2019-10-08 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Munsifali Rashid |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://munr.github.io/day-countdown/privacy-policy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Day Countdown",
"description": "Shows a day countdown to any number of dates",
"version": "1.5.1.0",
"icons": {
"16": "public\/images\/calendar_16x16.png",
"48": "public\/images\/calendar_48x48.png",
"128": "public\/images\/calendar_128x128.png"
},
"action": {
"default_icon": {
"16": "public\/images\/calendar_16x16.png",
"48": "public\/images\/calendar_48x48.png",
"128": "public\/images\/calendar_128x128.png"
},
"default_title": "Day Countdown"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"alarms"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"images\/save_16x16.png",
"images\/delete_16x16.png"
],
"use_dynamic_url": false
}
],
"version_name": "1.5.1"
} | |