Stay on Task

An extension to increase your productivity!

Stay on Taskคืออะไร?

Stay on Task เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Productivity Tools และคุณลักษณะหลักของมันคือ "An extension to increase your productivity!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Stay on Task is an extension that greatly increases your productivity. It combines a site-blocker with a to-do list, two crucial components to keep you on task. If you try and access a site on your block-list, you are instead redirected to your to-do list. 

The design is efficient and simple, and so are the buttons, which are all located in the upper right hand corner. The one furthest to the right switches between your to-do list and site-blocker. The one in the middle determines how your task list will be organized. (Up arrow means most recent task goes on top, down arrow means it goes on the bottom, alphabetical means it is organized alphabetically). The one on the left clears your task list. 

This was coded by a high school student over a few days, so it might have a few bugs! I did my best to check it, but if there are any problems let me know in a review! This extension really helped me stay on task as a student, and I hope it will do the same for you! 

If you like it feel free to leave a nice rating :)                    

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

ชื่อ Stay on Task Stay on Task
ID lamjjbgpfmngkknajabeoncednnlgiao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stay-on-task/lamjjbgpfmngkknajabeoncednnlgiao
คำอธิบาย An extension to increase your productivity!
ขนาดไฟล์ 511 KB
จำนวนการติดตั้ง 428
เวอร์ชันปัจจุบัน 3.7
อัปเดตครั้งล่าสุด 2020-10-20
วันที่เผยแพร่ 2020-08-05
คะแนน 4.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Productivity Tools
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay on Task",
    "description": "An extension to increase your productivity!",
    "version": "3.7",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "icons": {
        "16": "extension_images\/simpleclock.png",
        "48": "extension_images\/simpleclock.png",
        "128": "extension_images\/simpleclock.png"
    },
    "browser_action": {
        "default_icon": "extension_images\/simpleclock.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}