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 |
公式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 |
Eメール | [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" } |