Approaching

Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.

什么是Approaching?

Approaching是由http://natedelage.com开发的Chrome扩展程序,该扩展的主要功能是“Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.”。

扩展截图

screenshot
screenshot

下载Approaching扩展crx文件

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

扩展使用说明

                        Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.                    

扩展基本信息

名称 Approaching Approaching
ID pfeinjabklfaiidkiifdbknijemhkjok
官方URL https://chrome.google.com/webstore/detail/approaching/pfeinjabklfaiidkiifdbknijemhkjok
简介 Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.
文件大小 208 KB
安装次数 121
当前版本 0.1
更新时间 2015-06-15
上架时间 2015-06-15
评分 4.00/5 共3次评分
开发者 http://natedelage.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Approaching",
    "short_name": "Approaching",
    "description": "Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}