Memento mori

Memento mori - show a life calendar as the 'New tab' page in Chrome

Memento mori क्या है?

Memento mori Shane Bell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Memento mori - show a life calendar as the 'New tab' page in Chrome"।

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

screenshot
screenshot

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

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

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

                        Be reminded of just how short life is every time you open a new tab in Chrome. 

This extension shows a life calendar as Chrome's new tab page. The life calendar is a grid of dots for every week of your life. As the weeks pass, each dot is changed to an X, giving you a visual representation of how much time is left to live.

Customise the calendar by configuring your date of birth, and life expectancy.

The latin phrase "Memento mori" means "Remember you must die". So don't waste your life browsing the Internet!

Privacy policy: https://github.com/shanebell/memento-mori/blob/main/privacy-policy.md                    

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

नाम Memento mori Memento mori
ID jbadenloaojfjnfbppdgbheadfkpkjcf
आधिकारिक URL https://chromewebstore.google.com/detail/memento-mori/jbadenloaojfjnfbppdgbheadfkpkjcf
विवरण Memento mori - show a life calendar as the 'New tab' page in Chrome
फ़ाइल का आकार 487 KB
स्थापना संख्या 119
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-09-01
प्रकाशन तिथि 2021-09-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Shane Bell
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/shanebell/memento-mori
गोपनीयता नीति पृष्ठ URL https://github.com/shanebell/JaSON/blob/master/privacy-policy.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memento mori",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Memento mori - show a life calendar as the 'New tab' page in Chrome",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "index.html?page=options",
    "icons": {
        "128": "memento-mori-128x128.png",
        "256": "memento-mori-256x256.png",
        "512": "memento-mori-512x512.png"
    }
}