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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
}