Memento mori

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

Memento moriとは何ですか?

Memento moriはShane Bellによって開発されたChromeの拡張機能で、その主な機能は「Memento mori - show a life calendar as the 'New tab' page in Chrome」です。

拡張機能のスクリーンショット

screenshot
screenshot

Memento mori拡張機能のCRXファイルをダウンロード

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