Stay focused

Get a reminder to stay on task when you open a new tab to procrastinate.

Что такое Stay focused?

Stay focused - это расширение Chrome, разработанное https://paulspelman.com, и его основная функция - "Get a reminder to stay on task when you open a new tab to procrastinate.".

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

screenshot
screenshot
screenshot

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

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

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

                        If you find yourself constantly opening new tabs to procrastinate while you should be working, this extension was created for you!

Each time you open a new tab, you'll get a quote that'll help you resist the urge to waste time, and motivate you to get back to work.

// If you have a quote you'd like me to add to the extension - just email me at [email protected] - cheers!                    

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

Название Stay focused Stay focused
ID hdapgldmkapoplmijdlennaekoaaekcn
Официальный URL https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn
Описание Get a reminder to stay on task when you open a new tab to procrastinate.
Размер файла 33.63 KB
Количество установок 91
Текущая Версия 1.0
Последнее Обновление 2019-06-28
Дата публикации 2019-06-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://paulspelman.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay focused",
    "description": "Get a reminder to stay on task when you open a new tab to procrastinate.",
    "version": "1.0",
    "author": "Paul Spelman",
    "browser_action": {
        "default_icon": "favicon-128.png",
        "default_title": "Stay focused"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "96": "favicon-96x96.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}