Breathe

A Firefox WebExtension reminding you to breathe, or anything else.

什麼是Breathe?

Breathe是由Path Seventeen開發的Chrome擴展程式,該擴展的主要功能是“A Firefox WebExtension reminding you to breathe, or anything else.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Breathe擴展crx文件

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

擴展使用說明

                        Remember to breathe. This extension shows you a simple message of your choice every time you open a new tab. You can create a list of messages that the extension will randomly choose from. You can also change the colors and fonts of the message.                    

擴展基本資訊

名稱 Breathe Breathe
ID lnepdnkpeilknjfjhibhcbmpmmdpmffa
官方網址 https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa
簡介 A Firefox WebExtension reminding you to breathe, or anything else.
檔案大小 59.69 KB
安裝次數 36
目前版本 1.2.0
更新時間 2017-03-27
上架時間 2017-03-27
評分 5.00/5 共 2 次評分
開發者 Path Seventeen
付費類型 free
擴展官網 https://github.com/prtksxna/breathe
說明頁面URL https://github.com/prtksxna/breathe/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe",
    "version": "1.2.0",
    "description": "A Firefox WebExtension reminding you to breathe, or anything else.",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "permissions": [
        "storage"
    ]
}