Super countdown
A supercool countdown app. Don't let your pizza burn!
什麼是Super countdown?
Super countdown是由Sopamo開發的Chrome擴展程式,該擴展的主要功能是“A supercool countdown app. Don't let your pizza burn!”。
擴展截圖
下載Super countdown擴展crx文件
下載Super countdown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Super countdown allows you to set a countdown. Never forget your pizza or when you've got to go! New in Version 1.1.0: - Added visual notifications - Yay! New in Version 1.0.1: - Fixed problems with newer Chrome versions. Everything is working again :) New in Version 1.0: - Functionality to start, resume and stop the countdown - Functionality to stop the alarm (hit the stop button) Features: - No need to leave a tab open - Customizable sounds: YouTube videos! - Graphical Interface Set the time and forget about it. There is no need to leave a tab open or anything else open. Super countdown will ring when the time is over. You can even restart chrome or your computer. You can even customize super countdown to play another sound or even a youtube video. Enjoy the super slim graphical interface. No more boring numbers.
擴展基本資訊
名稱 | Super countdown |
ID | dmlflpmehdclkhdpmfajmonhhcdlhibh |
官方網址 | https://chromewebstore.google.com/detail/super-countdown/dmlflpmehdclkhdpmfajmonhhcdlhibh |
簡介 | A supercool countdown app. Don't let your pizza burn! |
檔案大小 | 611 KB |
安裝次數 | 809 |
目前版本 | 1.1.1 |
更新時間 | 2013-02-21 |
上架時間 | 2013-02-21 |
評分 | 2.47/5 共 15 次評分 |
開發者 | Sopamo |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super countdown", "version": "1.1.1", "description": "A supercool countdown app. Don't let your pizza burn!", "browser_action": { "default_icon": "icon-big.png", "default_popup": "index.html" }, "background": { "page": "background.html" }, "permissions": [ "background", "notifications" ], "web_accessible_resources": [ "icon-notification.png" ], "options_page": "options.html" } |