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 - это расширение Chrome, разработанное k.ivanow, и его основная функция - "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

Скачать файл CRX расширения Mindfulness

Скачайте файлы расширений 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
Электронная почта [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'"
}