Focus: A Simple Site Blocker

A Chrome Extension to help you focus.

Focus: A Simple Site Blockerคืออะไร?

Focus: A Simple Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rypan และคุณลักษณะหลักของมันคือ "A Chrome Extension to help you focus."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focus: A Simple Site Blocker

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

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

                        Focus is a simple Chrome Extension that helps you focus by blocking a list of sites that you choose.                    

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

ชื่อ Focus: A Simple Site Blocker Focus: A Simple Site Blocker
ID akghpofhgkghbnodfjfenhimdhajhpdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/focus-a-simple-site-block/akghpofhgkghbnodfjfenhimdhajhpdh
คำอธิบาย A Chrome Extension to help you focus.
ขนาดไฟล์ 35.24 KB
จำนวนการติดตั้ง 382
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-09-09
วันที่เผยแพร่ 2016-09-08
คะแนน 3.40/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา rypan
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rypan/focus
URL หน้าช่วยเหลือ https://github.com/rypan/focus/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focus: A Simple Site Blocker",
    "short_name": "Focus",
    "description": "A Chrome Extension to help you focus.",
    "version": "1.0.1",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Focus",
        "default_popup": "popup.html",
        "default_icon": "48.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}