CountDown Timer
Use to count the number of days,hours,sec remaining
CountDown Timerとは何ですか?
CountDown TimerはSumit Shitoleによって開発されたChromeの拡張機能で、その主な機能は「Use to count the number of days,hours,sec remaining」です。
拡張機能のスクリーンショット
CountDown Timer拡張機能のCRXファイルをダウンロード
CountDown Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser!
We have updated the design of extension and added few features. 拡張機能の基本情報
| 名前 | |
| ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
| 公式URL | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
| 説明 | Use to count the number of days,hours,sec remaining |
| ファイルサイズ | 242 KB |
| インストール数 | 1,437 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2023-12-31 |
| 公開日 | 2019-11-06 |
| 評価 | 4.67/5 合計 24 レビュー |
| 開発者 | Sumit Shitole |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://linkedin.com/in/sumit-shitole/ |
| ヘルプページのURL | https://github.com/SumitShitole |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CountDown Timer",
"version": "2.0",
"description": "Use to count the number of days,hours,sec remaining",
"icons": {
"16": "Icon.png",
"32": "Icon-32.png"
},
"action": {
"default_popup": "Counter.html",
"default_icon": "Icon.png"
},
"permissions": [
"storage",
"notifications"
],
"background": {
"service_worker": "js\/background.js"
}
} | |