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. 扩展基本信息
| 名称 | |
| 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"
]
} | |