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