Life Calendar

Remainder of your life in weeks

Life Calendar क्या है?

Life Calendar Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remainder of your life in weeks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Life Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Life Calendar Life Calendar
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
}