Focusly

Allows users to block distracting sites for a set period of time.

Focusly là gì?

Focusly là một tiện ích mở rộng Chrome được phát triển bởi trevorscandalios, và tính năng chính của nó là "Allows users to block distracting sites for a set period of time.".

Ả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 Focusly

Tải xuống các tệp mở rộng Focusly 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

                        Focusly allows you to limit distractions when you want to focus. 

Using the extension is simple and intuitive:
- Add or removed sites from your list.
- Set a timer, and restrict your access to those sites for that amount of time.
- If you must end the timer early, enter a series of characters to regain access to the blocked sites.                    

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

Tên Focusly Focusly
ID jlihnplddpebplnfafhdanaiapbeikbk
URL Chính Thức https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk
Mô tả Allows users to block distracting sites for a set period of time.
Kích Thước Tệp 2.41 MB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-12-19
Ngày Phát Hành 2016-12-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển trevorscandalios
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": "Focusly",
    "description": "Allows users to block distracting sites for a set period of time.",
    "version": "1.1",
    "icons": {
        "16": "assets\/circle-16.png",
        "32": "assets\/circle-32.png",
        "64": "assets\/circle-64.png",
        "128": "assets\/circle-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Focusly"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}