Focus Window

ADHD-based extension helps you cut out distractions on the page so you can focus on what actually matters

Τι είναι το Focus Window;

Το Focus Window είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Focus Pocus, και η κύρια λειτουργία του είναι "ADHD-based extension helps you cut out distractions on the page so you can focus on what actually matters".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Focus Window

Λήψη αρχείων επέκτασης Focus Window σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Enabling the Focus Window extension hides most of the page behind a slightly transparent background to reveal a smaller area to focus on. In today's web world, sites can be a tornado of distractions such as banners, videos, sidebars, popups and other elements with the hopes of grabbing (and holding!) your attention. Usually this is a good thing because it helps us navigate websites quickly, but sometimes it can get in the way of the content we are actually interested in. 

Great for long reads to prevent your eyes from jumping around the page and on websites that take your focus away from where you want it to be.

The Focus Window will follow your cursor and still allows interaction with items on the web page. The Focus Window was made to help users with ADHD improve their focus and attention but is available to all productivity buffs, life-hackers, and efficiency nerds that want one more tool in their belt to make the most of their time on the web                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Focus Window Focus Window
ID cjapdleeejincdhhbbfkpihpoieemoim
Επίσημο URL https://chromewebstore.google.com/detail/focus-window/cjapdleeejincdhhbbfkpihpoieemoim
Περιγραφή ADHD-based extension helps you cut out distractions on the page so you can focus on what actually matters
Μέγεθος Αρχείου 73.43 KB
Αριθμός Εγκαταστάσεων 368
Τρέχουσα Έκδοση 1.01
Τελευταία Ενημέρωση 2022-01-08
Ημερομηνία Δημοσίευσης 2022-01-04
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Focus Pocus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focus Window",
    "author": "u\/thatbromatt",
    "description": "ADHD-based extension helps you cut out distractions on the page so you can focus on what actually matters",
    "version": "1.01",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation"
    ],
    "action": {
        "default_title": "Click to toggle the Focus Extension",
        "default_icon": {
            "36": "\/images\/adhdbrain-minspace-36_x_36.png",
            "48": "\/images\/adhdbrain-minspace-48_x_48.png",
            "64": "\/images\/adhdbrain-minspace-64_x_64.png",
            "96": "\/images\/adhdbrain-minspace-96_x_96.png",
            "128": "\/images\/adhdbrain-minspace-128_x_128.png",
            "256": "\/images\/adhdbrain-minspace-256_x_256.png"
        }
    },
    "icons": {
        "36": "\/images\/adhdbrain-minspace-36_x_36.png",
        "48": "\/images\/adhdbrain-minspace-48_x_48.png",
        "64": "\/images\/adhdbrain-minspace-64_x_64.png",
        "96": "\/images\/adhdbrain-minspace-96_x_96.png",
        "128": "\/images\/adhdbrain-minspace-128_x_128.png",
        "256": "\/images\/adhdbrain-minspace-256_x_256.png"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "default-src 'self';"
    }
}