Breathe

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

Breathe là gì?

Breathe là một tiện ích mở rộng Chrome được phát triển bởi Path Seventeen, và tính năng chính của nó là "A Firefox WebExtension reminding you to breathe, or anything else.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Breathe

Tải xuống các tệp mở rộng Breathe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Breathe Breathe
ID lnepdnkpeilknjfjhibhcbmpmmdpmffa
URL Chính Thức https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa
Mô tả A Firefox WebExtension reminding you to breathe, or anything else.
Kích Thước Tệp 59.69 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2017-03-27
Ngày Phát Hành 2017-03-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Path Seventeen
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/prtksxna/breathe
URL Trang Trợ Giúp https://github.com/prtksxna/breathe/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}