Focus Time

Focusing tool, helps you focus more while working and studying by blocking the websites you specify.

Focus Timeคืออะไร?

Focus Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xiaolang และคุณลักษณะหลักของมันคือ "Focusing tool, helps you focus more while working and studying by blocking the websites you specify."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        If you study or work and also often get distracted and browse some entertainment sites, then you need this extension. This is an extension that can make your work and study more focused, increase efficiency and save time.

1. Add a blacklist and whitelist of websites through the right-click menu or settings page
2. Click the extension button and set the blocking method and alert content according to your preference
3. Start your own focus moment
4. Complete your focus moment or "stop focus" manually                    

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

ชื่อ Focus Time Focus Time
ID paemnmfnaggdagfikajbghgpmgjhphkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/focus-time/paemnmfnaggdagfikajbghgpmgjhphkp
คำอธิบาย Focusing tool, helps you focus more while working and studying by blocking the websites you specify.
ขนาดไฟล์ 817 KB
จำนวนการติดตั้ง 267
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-09-09
วันที่เผยแพร่ 2021-08-24
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา xiaolang
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.1.0",
    "description": "__MSG_appDesc__",
    "options_page": "options.html",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/logo.png",
            "32": "\/logo.png",
            "48": "\/logo.png",
            "128": "\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "focus.html"
    ],
    "icons": {
        "16": "\/logo.png",
        "32": "\/logo.png",
        "48": "\/logo.png",
        "128": "\/logo.png"
    }
}