Just Focus

Block Distracting Websites. Unleash Productivity.

Hvad er Just Focus?

Just Focus er en Chrome-udvidelse udviklet af maaslalani, og dens hovedfunktion er "Block Distracting Websites. Unleash Productivity.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Just Focus-udvidelses-CRX-fil

Download Just Focus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Unleash productivity. Block distracting websites and pages in just a few clicks.

Just Focus is a free chrome extension that helps you avoid distractions and enables you to focus on your real work. Simply add a website to your block list and hit "Start Focusing" - you’ll increase your working efficiency and get more done.

We waste hours a day scrolling through social media… Just Focus helps you get your time back.

Completely free! Works on the latest versions of chrome.                    

Grundlæggende oplysninger om udvidelsen

Navn Just Focus Just Focus
ID gefaddaengbodpiobpbgblajdboalmgc
Officiel URL https://chromewebstore.google.com/detail/just-focus/gefaddaengbodpiobpbgblajdboalmgc
Beskrivelse Block Distracting Websites. Unleash Productivity.
Filstørrelse 20.59 KB
Antal Installationer 10,000
Nuværende Version 1.04
Senest Opdateret 2024-03-01
Udgivelsesdato 2019-11-19
Bedømmelse 4.61/5 Samlet 70 Bedømmelser
Udvikler maaslalani
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.maaslalani.com/JustFocus
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just Focus",
    "description": "Block Distracting Websites. Unleash Productivity.",
    "version": "1.04",
    "icons": {
        "128": ".\/icons\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Just Focus"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}