Mindfulness

Remind yourself that you will die, so you can live. Set goals instead of wasting your time. Write and relive your happy moments.

Mindfulnessとは何ですか?

Mindfulnessはk.ivanowによって開発されたChromeの拡張機能で、その主な機能は「Remind yourself that you will die, so you can live. Set goals instead of wasting your time. Write and relive your happy moments.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Remind yourself that you will die so you can live. 

There are several chrome extensions that remind you that you will die. 
However, there is no other extension, that shows you statistics as to how much of your remaining time you are spending on websites, that let its users share why they are happy with one another, set goals and remind you for them, or show you a death reminder injected into websites of your own choosing, after an amount of time, that you have set yourself.

Try it and tweet your feedback, whether you love it or hate it, to me at @k_ivanow.                    

拡張機能の基本情報

名前 Mindfulness Mindfulness
ID blpljgcghbboofdodkmciihhacgjoffo
公式URL https://chrome.google.com/webstore/detail/mindfulness/blpljgcghbboofdodkmciihhacgjoffo
説明 Remind yourself that you will die, so you can live. Set goals instead of wasting your time. Write and relive your happy moments.
ファイルサイズ 1.02 MB
インストール数 61
現在のバージョン 4.3
最終更新日 2017-05-12
公開日 2017-05-12
評価 4.14/5 合計 7 レビュー
開発者 k.ivanow
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://janusworkspace.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindfulness",
    "description": "Remind yourself that you will die, so you can live. Set goals instead of wasting your time. Write and relive your happy moments.",
    "version": "4.3",
    "icons": {
        "512": "\/img\/icon512.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "storage",
        "notifications",
        "*:\/\/*.google.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/skull1.png",
        "img\/skull2.png",
        "img\/icon512.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.1.1.js",
                "js\/signal.js",
                "js\/config.js",
                "js\/common.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "chrome_url_overrides": [],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}