Lifeday

Motivate yourself by measuring your life in days instead of years.

Lifeday क्या है?

Lifeday https://j.cin.is द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Motivate yourself by measuring your life in days instead of years."।

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

screenshot
screenshot

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

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

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

                        Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.                    

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

नाम Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
आधिकारिक URL https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
विवरण Motivate yourself by measuring your life in days instead of years.
फ़ाइल का आकार 415 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-03-27
प्रकाशन तिथि 2019-03-27
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://j.cin.is
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jcinis/lifeday/
सहायता पृष्ठ URL https://github.com/jcinis/lifeday/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lifeday",
    "description": "Motivate yourself by measuring your life in days instead of years.",
    "version": "1.0.0",
    "manifest_version": 2,
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "chrome.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "lifeday-logo-16.png",
        "32": "lifeday-logo-32.png",
        "48": "lifeday-logo-48.png",
        "128": "lifeday-logo-128.png"
    }
}