Count Down Timer
Simple count down timer - by govindpatel(https://github.com/govindpatel)
什麼是Count Down Timer?
Count Down Timer是由https://patelgovind.blogspot.in開發的Chrome擴展程式,該擴展的主要功能是“Simple count down timer - by govindpatel(https://github.com/govindpatel)”。
擴展截圖
下載Count Down Timer擴展crx文件
下載Count Down Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time. It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.
擴展基本資訊
名稱 | Count Down Timer |
ID | bffggfbgecbjiildkanipjifdpdfopci |
官方網址 | https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci |
簡介 | Simple count down timer - by govindpatel(https://github.com/govindpatel) |
檔案大小 | 93.27 KB |
安裝次數 | 629 |
目前版本 | 1.0 |
更新時間 | 2021-08-24 |
上架時間 | 2015-07-14 |
評分 | 4.25/5 共 4 次評分 |
開發者 | https://patelgovind.blogspot.in |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Count Down Timer", "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)", "version": "1.0", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/icon1.png", "default_popup": "popup.html", "default_title": "Count Down Timer" }, "icons": { "16": "res\/icon1.png", "48": "res\/icon32.png", "128": "res\/icon128.png" }, "permissions": [ "notifications" ] } |