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.」です。
拡張機能のスクリーンショット
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 |
ID | lnepdnkpeilknjfjhibhcbmpmmdpmffa |
公式URL | 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" ] } |