Fresh Air - A Simple Breathing Tool

A minimal breathing tool that replaces your new tab page with a clear head.

Fresh Air - A Simple Breathing Toolとは何ですか?

Fresh Air - A Simple Breathing ToolはRyder Damenによって開発されたChromeの拡張機能で、その主な機能は「A minimal breathing tool that replaces your new tab page with a clear head.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fresh Air - A Simple Breathing Tool拡張機能のCRXファイルをダウンロード

Fresh Air - A Simple Breathing Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Fresh Air is a New Tab extension built for chrome that leads you through a simple breathing exercise before you browse. It’s designed to help you take a break, take a breath, and become more mindful while mindlessly browsing the web.

To use it, simply open a new tab, breath in, hold, and breath out. Click to repeat as necessary.

Click on the Options menu in the navigation bar to change options for colour, breath duration, and more.                    

拡張機能の基本情報

名前 Fresh Air - A Simple Breathing Tool Fresh Air - A Simple Breathing Tool
ID fmadccddjjelkfeiamjbngfnikkeihna
公式URL https://chromewebstore.google.com/detail/fresh-air-a-simple-breath/fmadccddjjelkfeiamjbngfnikkeihna
説明 A minimal breathing tool that replaces your new tab page with a clear head.
ファイルサイズ 283 KB
インストール数 1,193
現在のバージョン 1.3
最終更新日 2018-01-18
公開日 2018-01-18
評価 5.00/5 合計 8 レビュー
開発者 Ryder Damen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://ryderdamen.com/fresh-air
ヘルプページのURL http://ryderdamen.com/fresh-air
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fresh Air - A Simple Breathing Tool",
    "version": "1.3",
    "description": "A minimal breathing tool that replaces your new tab page with a clear head.",
    "author": "Ryder Damen",
    "icons": {
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}