Fold Socks

A minimalist distraction blocker to keep you on task.

Apa itu Fold Socks?

Fold Socks adalah ekstensi Chrome yang dikembangkan oleh https://foldsocks.com, dan fitur utamanya adalah "A minimalist distraction blocker to keep you on task.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fold Socks

Unduh file ekstensi Fold Socks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Fold Socks Fold Socks
ID jgoglnfeholbpehohjbelilljdphphli
URL Resmi https://chromewebstore.google.com/detail/fold-socks/jgoglnfeholbpehohjbelilljdphphli
Deskripsi A minimalist distraction blocker to keep you on task.
Ukuran File 764 KB
Jumlah Instalasi 87
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2021-09-03
Tanggal Publikasi 2021-02-14
Penilaian 4.80/5 Total 15 Penilaian
Pengembang https://foldsocks.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://foldsocks.com
Bahasa yang Didukung 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
}