Breathe

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

Breatheคืออะไร?

Breathe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Path Seventeen และคุณลักษณะหลักของมันคือ "A Firefox WebExtension reminding you to breathe, or anything else."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Breathe

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}