Mindful

Musical tones & animated visuals to improve focus and boost productivity

Mindful란 무엇입니까?

Mindful은(는) extensiondevss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Musical tones & animated visuals to improve focus and boost productivity"입니다.

확장 프로그램 스크린샷

screenshot

Mindful 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}