Mindful

Musical tones & animated visuals to improve focus and boost productivity

ما هو Mindful؟

Mindful هو إضافة Chrome تم تطويرها بواسطة extensiondevss، والميزة الرئيسية لها هي "Musical tones & animated visuals to improve focus and boost productivity".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mindful

قم بتنزيل ملفات الامتداد Mindful بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension offers a range of musical tones of different frequencies and fullscreen animated visuals with every new tab and was made to stay focused while working or completely relax your inner-self.
The music is added keeping in mind that it will balance the inner energy chakras with its frequencies.

Features :
★ Beautiful animated visuals in new tab
★ Music tones embedded
★ Stay focused and increase your productivity
★ Balance your energies 
★ The extension also works without any internet connectivity.

How to Use:
★  Just click Add to Chrome to load the extension and install Mindful.
★  The icon will appear in your browser to get you started.
★  Choose the music of your choice and put on headphones.
★  Play visuals in a new tab whenever you want.

Contact us at [email protected] and share your thoughts and problems.                    

معلومات أساسية عن التمديد

الاسم Mindful Mindful
ID dhbblcjmhbfmfokjemkmibfpffhnmhna
عنوان URL الرسمي https://chromewebstore.google.com/detail/mindful/dhbblcjmhbfmfokjemkmibfpffhnmhna
الوصف Musical tones & animated visuals to improve focus and boost productivity
حجم الملف 24.86 MB
عدد التثبيتات 57
النسخة الحالية 1.0.4
آخر تحديث 2020-06-07
تاريخ النشر 2020-06-06
تقييم 5.00/5 مجموع تقييمات 2
المطور extensiondevss
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ankitatechie.github.io/Mindful/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mindful",
    "version": "1.0.4",
    "description": "Musical tones & animated visuals to improve focus and boost productivity",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "particles\/*",
        "particles\/images\/*.png",
        "audios\/*.mp3",
        "particles\/js\/*.js",
        "particles\/css\/*.css",
        "particles\/html\/*.html"
    ]
}