Fold Socks

A minimalist distraction blocker to keep you on task.

什麼是Fold Socks?

Fold Socks是由https://foldsocks.com開發的Chrome擴展程式,該擴展的主要功能是“A minimalist distraction blocker to keep you on task.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Fold Socks擴展crx文件

下載Fold Socks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Fold Socks Fold Socks
ID jgoglnfeholbpehohjbelilljdphphli
官方網址 https://chromewebstore.google.com/detail/fold-socks/jgoglnfeholbpehohjbelilljdphphli
簡介 A minimalist distraction blocker to keep you on task.
檔案大小 764 KB
安裝次數 87
目前版本 1.0.3
更新時間 2021-09-03
上架時間 2021-02-14
評分 4.80/5 共 15 次評分
開發者 https://foldsocks.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://foldsocks.com
支援的語言 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
}