Mortality - Death Clock - New Tab

A New Tab extension that reminds you of your mortality. It's supposed to be motivational.

Mortality - Death Clock - New Tabคืออะไร?

Mortality - Death Clock - New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AO และคุณลักษณะหลักของมันคือ "A New Tab extension that reminds you of your mortality. It's supposed to be motivational."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mortality - Death Clock - New Tab

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

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

                        Mortality is a new tab extension that reminds you of your precise age.
It can also countdown to your death, countdown to a deadline, or show you how many people are older or younger than you globally.
A bitter-sweet motivational tool; it illustrates how little time we have.
By default, circles represent months, for the average lifespan of 79 years.
As you age, the circles fill, and are split into the main Chapters of your life.

Get busy living, or get busy dying.
You can never go back :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mortality - Death Clock - New Tab Mortality - Death Clock - New Tab
ID eeedcpdcehnikgkhbobmkjcipjhlbmpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mortality-death-clock-new/eeedcpdcehnikgkhbobmkjcipjhlbmpn
คำอธิบาย A New Tab extension that reminds you of your mortality. It's supposed to be motivational.
ขนาดไฟล์ 915 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 5.2.1
อัปเดตครั้งล่าสุด 2021-03-11
วันที่เผยแพร่ 2018-01-06
คะแนน 4.83/5 รวมทั้งหมด 234 คะแนน
ผู้พัฒนา AO
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://mortality.uservoice.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "mortality.html"
    },
    "web_accessible_resources": [
        "css\/*.woff2"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "A New Tab extension that reminds you of your mortality.  It's supposed to be motivational.",
    "icons": {
        "128": "assets\/icon-128.png",
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Mortality - Death Clock - New Tab",
    "short_name": "Mortality",
    "offline_enabled": true,
    "version": "5.2.1"
}