Countdown
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
什麼是Countdown?
Countdown是由Kha Tran開發的Chrome擴展程式,該擴展的主要功能是“Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…”。
擴展截圖
下載Countdown擴展crx文件
下載Countdown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will automatically repeat if you want. You will receive a reminder when it's on time. If you have any feedback or trouble email us at [email protected].
擴展基本資訊
名稱 | Countdown |
ID | oajaibohggffldmcmgffckjbicimdnej |
官方網址 | https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej |
簡介 | Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will… |
檔案大小 | 74.22 KB |
安裝次數 | 18 |
目前版本 | 1.0.5 |
更新時間 | 2019-11-22 |
上架時間 | 2019-11-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Kha Tran |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "icons": { "16": "icon16.png", "128": "icon128.png" }, "version": "1.0.5", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.min.js" ], "persistent": true }, "permissions": [ "background", "notifications", "tabs", "storage" ] } |