Intention - Stop Mindless Browsing

Build the habit of focus.

Что такое Intention - Stop Mindless Browsing?

Intention - Stop Mindless Browsing - это расширение Chrome, разработанное https://getintention.com, и его основная функция - "Build the habit of focus.".

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

screenshot

Скачать файл CRX расширения Intention - Stop Mindless Browsing

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

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

                        🎯 Browse with intention
When you visit a distracting site, Intention will ask you to commit to a time limit in order to unlock the site.

⏰ Stay focused
If you unlock the site, Intention helps you focus by showing how much time you have left.

🙌🏽 Get your attention back
When your time runs out, Intention automatically ends your session and helps you reflect on how you'd like to be spending your time.

No more unconsciously checking endless feeds the moment you're bored. 
No more thinking "just 5 minutes" and wasting hours. 
No more mindless browsing.                    

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

Название Intention - Stop Mindless Browsing Intention - Stop Mindless Browsing
ID dladanhaondcgpahgiflodhckhoeohoe
Официальный URL https://chromewebstore.google.com/detail/intention-stop-mindless-b/dladanhaondcgpahgiflodhckhoeohoe
Описание Build the habit of focus.
Размер файла 3.17 MB
Количество установок 8,786
Текущая Версия 1.4.3
Последнее Обновление 2021-02-10
Дата публикации 2020-06-13
Рейтинг 4.97/5 Всего 802 оценок
Разработчик https://getintention.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.getintention.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Build the habit of focus.",
    "version": "1.4.3",
    "name": "Intention - Stop Mindless Browsing",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "idle",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "",
        "topSites",
        "notifications"
    ],
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-16.png",
        "default_title": "Intention",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "assets\/icon.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/sentry.io; object-src 'self'"
}