Better things to do

Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…

Что такое Better things to do?

Better things to do - это расширение Chrome, разработанное Artem Tyurin, и его основная функция - "Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…".

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

screenshot
screenshot

Скачать файл CRX расширения Better things to do

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

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

                        Dead simple Chrome extension to save up some time.

You add a website to the list and the extension asks you to wait for 60 seconds before visiting it. Timer stops if the tab is not active.

Source code: https://github.com/agentcooper/better-things-to-do.                    

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

Название Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
Официальный URL https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Описание Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…
Размер файла 383 KB
Количество установок 13
Текущая Версия 0.0.5
Последнее Обновление 2017-02-25
Дата публикации 2017-02-25
Разработчик Artem Tyurin
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/agentcooper/better-things-to-do
URL страницы помощи https://github.com/agentcooper/better-things-to-do/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better things to do",
    "version": "0.0.5",
    "author": "Artem Tyurin ",
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "index.html",
        "dist\/bundle.js",
        "dist\/style.css"
    ]
}