Memento mori

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

Memento mori là gì?

Memento mori là một tiện ích mở rộng Chrome được phát triển bởi Shane Bell, và tính năng chính của nó là "Memento mori - show a life calendar as the 'New tab' page in Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Memento mori

Tải xuống các tệp mở rộng Memento mori dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Memento mori Memento mori
ID jbadenloaojfjnfbppdgbheadfkpkjcf
URL Chính Thức https://chromewebstore.google.com/detail/memento-mori/jbadenloaojfjnfbppdgbheadfkpkjcf
Mô tả Memento mori - show a life calendar as the 'New tab' page in Chrome
Kích Thước Tệp 487 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-09-01
Ngày Phát Hành 2021-09-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Shane Bell
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/shanebell/memento-mori
URL Trang Chính Sách Bảo Mật https://github.com/shanebell/JaSON/blob/master/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}