Life Calendar

Remainder of your life in weeks

What is Life Calendar?

Life Calendar is a Chrome extension developed by Unknown, and its main feature is "Remainder of your life in weeks".

Extension Screenshots

screenshot

Download Life Calendar Extension CRX File

Download Life Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Life Calendar Life Calendar
ID ehkopmgbaklbnbdlhmaddkddjbhnkajo
Official URL https://chromewebstore.google.com/detail/life-calendar/ehkopmgbaklbnbdlhmaddkddjbhnkajo
Description Remainder of your life in weeks
File Size 56.38 KB
Installation Count 239
Current Version 1.0
Last Updated 2018-09-25
Publish Date 2018-09-24
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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
}