Meditate
Extension for Mindfulness & Meditation
什么是Meditate?
Meditate是由meditatex开发的Chrome扩展程序,该扩展的主要功能是“Extension for Mindfulness & Meditation”。
扩展截图
下载Meditate扩展crx文件
下载Meditate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Mindfulness Extension for the Workplace. Includes three guided meditations focusing on breath, body & sound, and heart.
扩展基本信息
名称 | |
ID | hmpedpdmgjngcdpohnhgbopkjijmalff |
官方URL | https://chrome.google.com/webstore/detail/meditate/hmpedpdmgjngcdpohnhgbopkjijmalff |
简介 | Extension for Mindfulness & Meditation |
文件大小 | 2.66 MB |
安装次数 | 209 |
当前版本 | 0.1 |
更新时间 | 2017-02-16 |
上架时间 | 2017-02-16 |
评分 | 1.40/5 共5次评分 |
开发者 | meditatex |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meditate", "version": "0.1", "description": "Extension for Mindfulness & Meditation", "permissions": [ "tabs" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html" } } |