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'"
}