Focus Cat

Increase productivity by temporarily blocking websites.

Focus Catคืออะไร?

Focus Cat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RayZ และคุณลักษณะหลักของมันคือ "Increase productivity by temporarily blocking websites."

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

screenshot

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

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

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

                        Are you easily distracted? Do you find yourself browsing Facebook or some other distraction and you don't even know how you got there?

Focus Cat is here to help!

Just install this plugin, and you're good to go. Focus Cat comes with a few default distraction websites.                    

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

ชื่อ Focus Cat Focus Cat
ID bjejgjoblboddchpklahjbkmgfeilodi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/focus-cat/bjejgjoblboddchpklahjbkmgfeilodi
คำอธิบาย Increase productivity by temporarily blocking websites.
ขนาดไฟล์ 6.77 MB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.21
อัปเดตครั้งล่าสุด 2017-02-16
วันที่เผยแพร่ 2017-02-16
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา RayZ
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.rayz.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Cat",
    "description": "Increase productivity by temporarily blocking websites.",
    "version": "1.21",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Enter websites that distract you"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "distraction.html",
        ".\/assets\/sad_cat.jpg"
    ]
}