Memento mori

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

Memento moriคืออะไร?

Memento mori เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shane Bell และคุณลักษณะหลักของมันคือ "Memento mori - show a life calendar as the 'New tab' page in Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memento mori

ดาวน์โหลดไฟล์ส่วนขยาย Memento mori ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}