Fold Socks

A minimalist distraction blocker to keep you on task.

Fold Socks là gì?

Fold Socks là một tiện ích mở rộng Chrome được phát triển bởi https://foldsocks.com, và tính năng chính của nó là "A minimalist distraction blocker to keep you on task.".

Ả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 Fold Socks

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

                        Do you ever sit down to complete something only to be distracted by the internet? 

STAY IN THE FLOW
Alternate between blocks of concentration and short breaks to supercharge your productivity. 

GUARD YOUR FOCUS
When your focus slips, we'll block distracting websites and nudge you towards your current task.

SMALL TASKS LEAD TO LARGE GOALS
Accomplish your goals daily by breaking them into small tasks and focusing on one thing at a time.                    

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

Tên Fold Socks Fold Socks
ID jgoglnfeholbpehohjbelilljdphphli
URL Chính Thức https://chromewebstore.google.com/detail/fold-socks/jgoglnfeholbpehohjbelilljdphphli
Mô tả A minimalist distraction blocker to keep you on task.
Kích Thước Tệp 764 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-09-03
Ngày Phát Hành 2021-02-14
Đánh Giá 4.80/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://foldsocks.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://foldsocks.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fold Socks",
    "version": "1.0.3",
    "description": "A minimalist distraction blocker to keep you on task.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/blockCheck.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "fold_icon_white_16.png",
        "32": "fold_icon_white_32.png",
        "64": "fold_icon_white_64.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "fold_icon_white_16.png",
            "32": "fold_icon_white_32.png",
            "64": "fold_icon_white_64.png"
        },
        "default_title": "Fold Socks"
    },
    "manifest_version": 2
}