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
公式URL 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
Eメール [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
}