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”。
擴展截圖
下載Mindful擴展crx文件
下載Mindful擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | dhbblcjmhbfmfokjemkmibfpffhnmhna |
官方網址 | 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" ] } |