Mindful

Musical tones & animated visuals to improve focus and boost productivity

Mindful là gì?

Mindful là một tiện ích mở rộng Chrome được phát triển bởi extensiondevss, và tính năng chính của nó là "Musical tones & animated visuals to improve focus and boost productivity".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mindful

Tải xuống các tệp mở rộng Mindful dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mindful Mindful
ID dhbblcjmhbfmfokjemkmibfpffhnmhna
URL Chính Thức https://chromewebstore.google.com/detail/mindful/dhbblcjmhbfmfokjemkmibfpffhnmhna
Mô tả Musical tones & animated visuals to improve focus and boost productivity
Kích Thước Tệp 24.86 MB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2020-06-07
Ngày Phát Hành 2020-06-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển extensiondevss
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ankitatechie.github.io/Mindful/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}