Nice Countdown
Nice looking extension to count the days, hour and minutes to a certain point in the future.
什么是Nice Countdown?
Nice Countdown是由jeroen.drenth1开发的Chrome扩展程序,该扩展的主要功能是“Nice looking extension to count the days, hour and minutes to a certain point in the future.”。
扩展截图
下载Nice Countdown扩展crx文件
下载Nice Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Nice Countdown |
ID | iohieaklcaidgajlpiiggdpjblakefon |
官方URL | https://chromewebstore.google.com/detail/nice-countdown/iohieaklcaidgajlpiiggdpjblakefon |
简介 | Nice looking extension to count the days, hour and minutes to a certain point in the future. |
文件大小 | 136 KB |
安装次数 | 224 |
当前版本 | 0.0.0.1 |
更新时间 | 2014-06-30 |
上架时间 | 2014-06-30 |
评分 | 2.33/5 共3次评分 |
开发者 | jeroen.drenth1 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nice Countdown", "description": "Nice looking extension to count the days, hour and minutes to a certain point in the future.", "version": "0.0.0.1", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |