Stay focused

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

Stay focused là gì?

Stay focused là một tiện ích mở rộng Chrome được phát triển bởi https://paulspelman.com, và tính năng chính của nó là "Get a reminder to stay on task when you open a new tab to procrastinate.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stay focused

Tải xuống các tệp mở rộng Stay focused dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stay focused Stay focused
ID hdapgldmkapoplmijdlennaekoaaekcn
URL Chính Thức https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn
Mô tả Get a reminder to stay on task when you open a new tab to procrastinate.
Kích Thước Tệp 33.63 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-06-28
Ngày Phát Hành 2019-06-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://paulspelman.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}