Focus: A Simple Site Blocker

A Chrome Extension to help you focus.

Focus: A Simple Site Blocker là gì?

Focus: A Simple Site Blocker là một tiện ích mở rộng Chrome được phát triển bởi rypan, và tính năng chính của nó là "A Chrome Extension to help you focus.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Focus: A Simple Site Blocker

Tải xuống các tệp mở rộng Focus: A Simple Site Blocker 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

                        Focus is a simple Chrome Extension that helps you focus by blocking a list of sites that you choose.                    

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

Tên Focus: A Simple Site Blocker Focus: A Simple Site Blocker
ID akghpofhgkghbnodfjfenhimdhajhpdh
URL Chính Thức https://chromewebstore.google.com/detail/focus-a-simple-site-block/akghpofhgkghbnodfjfenhimdhajhpdh
Mô tả A Chrome Extension to help you focus.
Kích Thước Tệp 35.24 KB
Số Lần Cài Đặt 382
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-09-09
Ngày Phát Hành 2016-09-08
Đánh Giá 3.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển rypan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rypan/focus
URL Trang Trợ Giúp https://github.com/rypan/focus/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focus: A Simple Site Blocker",
    "short_name": "Focus",
    "description": "A Chrome Extension to help you focus.",
    "version": "1.0.1",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Focus",
        "default_popup": "popup.html",
        "default_icon": "48.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}