Focus Cat

Increase productivity by temporarily blocking websites.

Focus Cat là gì?

Focus Cat là một tiện ích mở rộng Chrome được phát triển bởi RayZ, và tính năng chính của nó là "Increase productivity by temporarily blocking websites.".

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

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

                        Are you easily distracted? Do you find yourself browsing Facebook or some other distraction and you don't even know how you got there?

Focus Cat is here to help!

Just install this plugin, and you're good to go. Focus Cat comes with a few default distraction websites.                    

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

Tên Focus Cat Focus Cat
ID bjejgjoblboddchpklahjbkmgfeilodi
URL Chính Thức https://chrome.google.com/webstore/detail/focus-cat/bjejgjoblboddchpklahjbkmgfeilodi
Mô tả Increase productivity by temporarily blocking websites.
Kích Thước Tệp 6.77 MB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.21
Cập Nhật Lần Cuối 2017-02-16
Ngày Phát Hành 2017-02-16
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển RayZ
Loại Thanh Toán free
Trang Web Mở Rộng http://www.rayz.io
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Cat",
    "description": "Increase productivity by temporarily blocking websites.",
    "version": "1.21",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Enter websites that distract you"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "distraction.html",
        ".\/assets\/sad_cat.jpg"
    ]
}