Life Counter
Counting the moments of your life
什么是Life Counter?
Life Counter是由jin.alex开发的Chrome扩展程序,该扩展的主要功能是“Counting the moments of your life”。
扩展截图
下载Life Counter扩展crx文件
下载Life Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Minimalistic counter that shows time between a specified date and now on all your new tabs. v2 What's New? -bookmarks -fixed timezone issues -adjusted positioning of elements -option to add a message for what you are counting up/down from/to Personally I use it to see how long I have been alive but it can count up from a past date or count down to a date in the future. Use Cases: - years you've been alive - seconds until the new year - number of days until your favourite artists drops that fire mixtape - etc
扩展基本信息
名称 | Life Counter |
ID | bnbpeolijjenmnpfiohapnejmhoecchh |
官方URL | https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh |
简介 | Counting the moments of your life |
文件大小 | 104 KB |
安装次数 | 839 |
当前版本 | 2.0.0 |
更新时间 | 2016-01-01 |
上架时间 | 2015-12-31 |
评分 | 4.88/5 共8次评分 |
开发者 | jin.alex |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Life Counter", "description": "Counting the moments of your life", "version": "2.0.0", "manifest_version": 2, "options_page": "options.html", "permissions": [ "storage" ], "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |