Restraint

Block distracting websites for five minutes or five hours or all day.

Restraintคืออะไร?

Restraint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย divdahv และคุณลักษณะหลักของมันคือ "Block distracting websites for five minutes or five hours or all day."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension adds a little red button to your browser that you should click when you notice yourself getting distracted by a website. Adjust the timer, click the Block button, and free yourself from the grips of your favorite distraction.                    

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

ชื่อ Restraint Restraint
ID nghnabbcbelnoodmcbpaellgiillclbo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/restraint/nghnabbcbelnoodmcbpaellgiillclbo
คำอธิบาย Block distracting websites for five minutes or five hours or all day.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2014-04-28
วันที่เผยแพร่ 2014-04-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา divdahv
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restraint",
    "version": "1.6",
    "author": "David Struewing",
    "description": "Block distracting websites for five minutes or five hours or all day.",
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "chrome-extension:\/\/pmfjccjkgpgjfkednjngklmoeckidkka\/blocked.html"
        ]
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "19": "\/icons\/icon19.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "blocked.html"
    ]
}