LifeLeft

Visualize the amount of time you have left.

LifeLeft क्या है?

LifeLeft creashells द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualize the amount of time you have left."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        LifeLeft replaces your new tab page with a visualization of the time you have left until your chosen life expectancy. Remind yourself to make the most of everyday with this browser extension.

"If you live each day as if it were your last, someday you'll be right. Every morning I looked in the mirror and asked myself: If today were the last day of my life, would I want to do what I do today?" — Steve Jobs

This work was inspired by the following article on Wait But Why: https://waitbutwhy.com/2015/12/the-tail-end.html

All visualization preferences are stored locally to protect your privacy.                    

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

नाम LifeLeft LifeLeft
ID mmdgeflfnendogpjpfleimfgolkkljnb
आधिकारिक URL https://chromewebstore.google.com/detail/lifeleft/mmdgeflfnendogpjpfleimfgolkkljnb
विवरण Visualize the amount of time you have left.
फ़ाइल का आकार 115 KB
स्थापना संख्या 87
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-06-03
प्रकाशन तिथि 2021-06-03
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर creashells
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/406fefc8-5df9-4d85-a675-1b5eb87e9b26
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LifeLeft",
    "version": "1.0",
    "description": "Visualize the amount of time you have left.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}