Countdown
Keep track of your most important future events with a countdown on the new tab page!
什么是Countdown?
Countdown是由Srikar Gudipati开发的Chrome扩展程序,该扩展的主要功能是“Keep track of your most important future events with a countdown on the new tab page!”。
扩展截图
下载Countdown扩展crx文件
下载Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension displays countdown timers to your most important future events in the new tab page!
扩展基本信息
名称 | Countdown |
ID | liinagkdcgnopnmeodlgmccpiaalbbpa |
官方URL | https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa |
简介 | Keep track of your most important future events with a countdown on the new tab page! |
文件大小 | 44.2 KB |
安装次数 | 669 |
当前版本 | 0.5 |
更新时间 | 2015-01-26 |
上架时间 | 2015-01-26 |
评分 | 4.31/5 共13次评分 |
开发者 | Srikar Gudipati |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "version": "0.5", "manifest_version": 2, "description": "Keep track of your most important future events with a countdown on the new tab page!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Srikar Gudipati", "incognito": "split", "offline_enabled": true, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "notifications", "storage" ] } |