Focusly

Allows users to block distracting sites for a set period of time.

Focuslyคืออะไร?

Focusly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trevorscandalios และคุณลักษณะหลักของมันคือ "Allows users to block distracting sites for a set period of time."

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

screenshot
screenshot
screenshot

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

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

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

                        Focusly allows you to limit distractions when you want to focus. 

Using the extension is simple and intuitive:
- Add or removed sites from your list.
- Set a timer, and restrict your access to those sites for that amount of time.
- If you must end the timer early, enter a series of characters to regain access to the blocked sites.                    

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

ชื่อ Focusly Focusly
ID jlihnplddpebplnfafhdanaiapbeikbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk
คำอธิบาย Allows users to block distracting sites for a set period of time.
ขนาดไฟล์ 2.41 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-12-19
วันที่เผยแพร่ 2016-12-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา trevorscandalios
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focusly",
    "description": "Allows users to block distracting sites for a set period of time.",
    "version": "1.1",
    "icons": {
        "16": "assets\/circle-16.png",
        "32": "assets\/circle-32.png",
        "64": "assets\/circle-64.png",
        "128": "assets\/circle-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Focusly"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}