Countdown Ready

A versatile, easy-to-use countdown timer

什么是Countdown Ready?

Countdown Ready是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A versatile, easy-to-use countdown timer”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Countdown Ready扩展crx文件

下载Countdown Ready扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Create a count down to a certain day (e.g. a birthday, presentation day, appointment, etc.), or create a timer for a set duration (e.g. 30 minutes, 2 hours, etc.). Click "switch mode" to choose between how you want to use the tool.

Countdown Ready will notify you when time is up. You can pick type of notification you want to receive: either a subtle side notification or a more apparent alert box pop-up. You can also turn the sound notification on/off. 

Access the Countdown Ready options menu by right-clicking on the Countdown Ready extension icon and clicking "Options."                    

扩展基本信息

名称 Countdown Ready Countdown Ready
ID dhabdpkoklnemkckhamdjbcchefbcelh
官方URL https://chromewebstore.google.com/detail/countdown-ready/dhabdpkoklnemkckhamdjbcchefbcelh
简介 A versatile, easy-to-use countdown timer
文件大小 258 KB
安装次数 703
当前版本 1.1
更新时间 2018-06-15
上架时间 2018-06-14
评分 3.50/5 共2次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Countdown Ready",
    "description": "A versatile, easy-to-use countdown timer",
    "version": "1.1",
    "author": "Celena Chang",
    "browser_action": {
        "default_icon": "favicons\/clock2.png",
        "default_popup": "popup_startpage.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "notifications",
        "alarms"
    ]
}