Fold Socks

A minimalist distraction blocker to keep you on task.

Wat is Fold Socks?

Fold Socks is een Chrome-extensie ontwikkeld door https://foldsocks.com, en de belangrijkste functie is "A minimalist distraction blocker to keep you on task.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Fold Socks

Download Fold Socks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fold Socks Fold Socks
ID jgoglnfeholbpehohjbelilljdphphli
Officiële URL https://chromewebstore.google.com/detail/fold-socks/jgoglnfeholbpehohjbelilljdphphli
Beschrijving A minimalist distraction blocker to keep you on task.
Bestandsgrootte 764 KB
Aantal Installaties 87
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-09-03
Publicatiedatum 2021-02-14
Beoordeling 4.80/5 Totaal 15 Beoordelingen
Ontwikkelaar https://foldsocks.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://foldsocks.com
Ondersteunde Talen 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
}