Stay focused

Get a reminder to stay on task when you open a new tab to procrastinate.

Stay focusedคืออะไร?

Stay focused เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://paulspelman.com และคุณลักษณะหลักของมันคือ "Get a reminder to stay on task when you open a new tab to procrastinate."

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

screenshot
screenshot
screenshot

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

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

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

                        If you find yourself constantly opening new tabs to procrastinate while you should be working, this extension was created for you!

Each time you open a new tab, you'll get a quote that'll help you resist the urge to waste time, and motivate you to get back to work.

// If you have a quote you'd like me to add to the extension - just email me at [email protected] - cheers!                    

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

ชื่อ Stay focused Stay focused
ID hdapgldmkapoplmijdlennaekoaaekcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn
คำอธิบาย Get a reminder to stay on task when you open a new tab to procrastinate.
ขนาดไฟล์ 33.63 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-06-28
วันที่เผยแพร่ 2019-06-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://paulspelman.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay focused",
    "description": "Get a reminder to stay on task when you open a new tab to procrastinate.",
    "version": "1.0",
    "author": "Paul Spelman",
    "browser_action": {
        "default_icon": "favicon-128.png",
        "default_title": "Stay focused"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "96": "favicon-96x96.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}