10-Second Focus

Distraction deterrent!

10-Second Focusคืออะไร?

10-Second Focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rred และคุณลักษณะหลักของมันคือ "Distraction deterrent!"

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

screenshot
screenshot

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

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

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

                        A simple distraction deterrent via a site blocker that is reasonable enough to stick with long-term.

Functionality: Blocks distracting sites then only allows you to re-access them after 10 seconds of mindfulness. With this conscious barrier from mindless behavior, it makes it harder to get off-task but doesn't cut you off completely.

Features: Lightweight design, non-invasive permissions, customizable block list/deterrent timer/unblock period.                    

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

ชื่อ 10-Second Focus 10-Second Focus
ID pknpbhgcekdpigobealnbgjbeaonegad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/10-second-focus/pknpbhgcekdpigobealnbgjbeaonegad
คำอธิบาย Distraction deterrent!
ขนาดไฟล์ 48.29 KB
จำนวนการติดตั้ง 712
เวอร์ชันปัจจุบัน 0.13
อัปเดตครั้งล่าสุด 2019-02-18
วันที่เผยแพร่ 2019-02-18
คะแนน 5.00/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา rred
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "10-Second Focus",
    "manifest_version": 2,
    "version": "0.13",
    "description": "Distraction deterrent!",
    "icons": {
        "16": "view\/img\/img38.png",
        "48": "view\/img\/img48.png",
        "128": "view\/img\/img128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "options_page": "view\/options.html",
    "web_accessible_resources": [
        "view\/js\/jquery.min.map",
        "view\/deterrent.html"
    ],
    "browser_action": {
        "default_icon": {
            "48": "view\/img\/img48.png",
            "38": "view\/img\/img38.png"
        },
        "default_title": "10-Second Focus",
        "default_popup": "view\/popup.html"
    }
}