Stay Focused

Block distracting websites and get funny images to go back to work.

Stay Focused là gì?

Stay Focused là một tiện ích mở rộng Chrome được phát triển bởi Maher Khdeir, và tính năng chính của nó là "Block distracting websites and get funny images to go back to work.".

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

screenshot
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

                        Stay focused is an open source chrome extension to help you to block distracting websites like social media.
The idea behinds this, that sometimes you are working, and suddenly you find yourself sitting on social media like Facebook, and you spend there like 30 minutes without noticing that. So this chrome extension will show an image to remind you to back to work.


Functionalities 💪
- Block entering websites by three methods:
          - Block by websites.
          - Block by a word.
          - Block by regex.
- Group block websites in groups (like social media, videos, etc)
- Showing funny images to tell you to go back to work.
- specify working hours(to only block websites during your working hours)
- Using Lock mechanism to delay you from disabling the tool immediately:
       - Lock By Password: To prevent others from entering the settings and unlock the tool
       - Lock By Questions You have to answer a question to unlock the tool
       - Clicking a button You have to click on a moving button for number of times to unlock the tool                    

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

Tên Stay Focused Stay Focused
ID nnlgodiccogbpcfnhmclaicljjgfmekd
URL Chính Thức https://chromewebstore.google.com/detail/stay-focused/nnlgodiccogbpcfnhmclaicljjgfmekd
Mô tả Block distracting websites and get funny images to go back to work.
Kích Thước Tệp 1.8 MB
Số Lần Cài Đặt 2,046
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2020-09-07
Ngày Phát Hành 2020-06-28
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Maher Khdeir
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MaherSaleem/stay-focused-chrome-extension
URL Trang Trợ Giúp https://github.com/MaherSaleem/stay-focused-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stay Focused",
    "description": "Block distracting websites and get funny images to go back to work.",
    "version": "1.0.6",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48_HQ.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Stay Focused",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "webNavigation",
        "tabs"
    ]
}