Breathe: Website blocker

Calm and simple reminders to breathe, whenever you visit a distracting site.

Breathe: Website blockerคืออะไร?

Breathe: Website blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alejorivera.com และคุณลักษณะหลักของมันคือ "Calm and simple reminders to breathe, whenever you visit a distracting site."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Breathe: Website blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Calm and simple reminders to breathe, whenever you visit a distracting site.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Breathe: Website blocker Breathe: Website blocker
ID ndppkiillkcmmebpbbndbmhoacfoikmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/breathe-website-blocker/ndppkiillkcmmebpbbndbmhoacfoikmj
คำอธิบาย Calm and simple reminders to breathe, whenever you visit a distracting site.
ขนาดไฟล์ 71.42 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2017-04-30
วันที่เผยแพร่ 2017-04-30
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://alejorivera.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe: Website blocker",
    "description": "Calm and simple reminders to breathe, whenever you visit a distracting site.",
    "version": "0.2",
    "icons": {
        "128": "breathe.png"
    },
    "browser_action": {
        "default_icon": "breathe.png",
        "default_title": "Breathe",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "breathe.html"
    ]
}