Life Calendar
Remainder of your life in weeks
什么是Life Calendar?
Life Calendar是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Remainder of your life in weeks”。
扩展截图
下载Life Calendar扩展crx文件
下载Life Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Inspired by Tim Urban's Ted Talk [https://www.youtube.com/watch?v=arj7oStGLkU], this extension will show you how many weeks you have left to live. Each box equals one week. 扩展基本信息
| 名称 | |
| ID | ehkopmgbaklbnbdlhmaddkddjbhnkajo |
| 官方URL | https://chromewebstore.google.com/detail/life-calendar/ehkopmgbaklbnbdlhmaddkddjbhnkajo |
| 简介 | Remainder of your life in weeks |
| 文件大小 | 56.38 KB |
| 安装次数 | 239 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-09-25 |
| 上架时间 | 2018-09-24 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Life Calendar",
"version": "1.0",
"description": "Remainder of your life in weeks",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"manifest_version": 2
} | |