Death Counter

Count days until estimated death

Death Counterとは何ですか?

Death Counterはhttps://www.husplushave.dkによって開発されたChromeの拡張機能で、その主な機能は「Count days until estimated death」です。

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

screenshot

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

Death Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A small counter where you can enter the estimated date of your death and it will then show you have many days you have to live.

The counter is meant to help you focus on and value each day of your life and do the things that are most important to you.                    

拡張機能の基本情報

名前 Death Counter Death Counter
ID hidikmikgcjlafnpeajcphlbidkghnmg
公式URL https://chrome.google.com/webstore/detail/death-counter/hidikmikgcjlafnpeajcphlbidkghnmg
説明 Count days until estimated death
ファイルサイズ 69.67 KB
インストール数 61
現在のバージョン 1.0
最終更新日 2018-08-29
公開日 2018-08-29
評価 5.00/5 合計 1 レビュー
開発者 https://www.husplushave.dk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.husplushave.dk/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Death Counter",
    "description": "Count days until estimated death",
    "version": "1.0",
    "icons": {
        "48": "icon_default.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_default.png",
        "default_popup": "popup.html"
    }
}