Mindful Break

This Chrome extension offers a new mindfulness tip each time it is opened.

什麼是Mindful Break?

Mindful Break是由google.com開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension offers a new mindfulness tip each time it is opened.”。

擴展截圖

screenshot
screenshot
screenshot

下載Mindful Break擴展crx文件

下載Mindful Break擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Need a break?  The Mindful Break Chrome extension gives you a mindfulness tip and guides you through a short breathing exercise. Set reminders to help you remember.  Go full-screen to help you stay focused.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

擴展基本資訊

名稱 Mindful Break Mindful Break
ID onjcfgnjjbnflacfbnjaapcbiecckilk
官方網址 https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk
簡介 This Chrome extension offers a new mindfulness tip each time it is opened.
檔案大小 88.93 KB
安裝次數 44,780
目前版本 2.0.3
更新時間 2017-07-18
上架時間 2017-07-18
評分 4.31/5 共 134 次評分
開發者 google.com
隱私政策頁面URL https://policies.google.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.0.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "gpause-crop.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "gpause-crop.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true
}