Mindfulness

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

Qu'est-ce que Mindfulness ?

Mindfulness est une extension Chrome développée par k.ivanow, et sa fonction principale est "Remind yourself that you will die, so you can live. Set goals instead of wasting your time. Write and relive your happy moments.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mindfulness

Téléchargez les fichiers d'extension Mindfulness au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mindfulness Mindfulness
ID blpljgcghbboofdodkmciihhacgjoffo
URL Officiel https://chrome.google.com/webstore/detail/mindfulness/blpljgcghbboofdodkmciihhacgjoffo
Description Remind yourself that you will die, so you can live. Set goals instead of wasting your time. Write and relive your happy moments.
Taille du Fichier 1.02 MB
Nombre d'Installations 61
Version Actuelle 4.3
Dernière Mise à Jour 2017-05-12
Date de Publication 2017-05-12
Évaluation 4.14/5 Total 7 Évaluations
Développeur k.ivanow
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://janusworkspace.com
Langues Prises en Charge 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'"
}