倒计时器

一款简单的计时器,倒计时一段时间。

What is 倒计时器?

倒计时器 is a Chrome extension developed by bfbrmt, and its main feature is "一款简单的计时器,倒计时一段时间。".

Download 倒计时器 Extension CRX File

Download 倒计时器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        设定一段时间,倒计时至结束。用途很多,比如设定十分钟之后出门。                    

Extension Basic Information

Name 倒计时器 倒计时器
ID hidmdgimegikhijbhonbkpigfpijecbl
Official URL https://chrome.google.com/webstore/detail/%E5%80%92%E8%AE%A1%E6%97%B6%E5%99%A8/hidmdgimegikhijbhonbkpigfpijecbl
Description 一款简单的计时器,倒计时一段时间。
File Size 71.47 KB
Installation Count 620
Current Version 1.1.1
Last Updated 2015-03-25
Publish Date 2015-03-25
Rating 3.50/5 Total 8 Ratings
Developer bfbrmt
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5012\u8ba1\u65f6\u5668",
    "description": "\u4e00\u6b3e\u7b80\u5355\u7684\u8ba1\u65f6\u5668\uff0c\u5012\u8ba1\u65f6\u4e00\u6bb5\u65f6\u95f4\u3002",
    "version": "1.1.1",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "128": "clock128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}