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是由AO開發的Chrome擴展程式,該擴展的主要功能是“A New Tab extension that reminds you of your mortality. It's supposed to be motivational.”。
擴展截圖
下載Mortality - Death Clock - New Tab擴展crx文件
下載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 |
ID | eeedcpdcehnikgkhbobmkjcipjhlbmpn |
官方網址 | 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" } |