Just Focus

Block Distracting Websites. Unleash Productivity.

Что такое Just Focus?

Just Focus - это расширение Chrome, разработанное maaslalani, и его основная функция - "Block Distracting Websites. Unleash Productivity.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Just Focus

Скачайте файлы расширений Just Focus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Just Focus Just Focus
ID gefaddaengbodpiobpbgblajdboalmgc
Официальный URL https://chromewebstore.google.com/detail/just-focus/gefaddaengbodpiobpbgblajdboalmgc
Описание Block Distracting Websites. Unleash Productivity.
Размер файла 20.59 KB
Количество установок 10,000
Текущая Версия 1.04
Последнее Обновление 2024-03-01
Дата публикации 2019-11-19
Рейтинг 4.61/5 Всего 70 оценок
Разработчик maaslalani
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.maaslalani.com/JustFocus
Поддерживаемые языки 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"
    ]
}