The Procrastination Button

Whether you're just trying to pass the time, or don't have the will to do anything else.

Что такое The Procrastination Button?

The Procrastination Button - это расширение Chrome, разработанное HazeTrance, и его основная функция - "Whether you're just trying to pass the time, or don't have the will to do anything else.".

Скачать файл CRX расширения The Procrastination Button

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

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

                        A very simple extension designed to help users pass (or waste) time.

The application lets you count the number of times you have clicked the button, and gives you a certain feel of accomplishment.

CHANGELOG: 1.1.0

- Added new boredness status messages

CHANGELOG: 1.0.0

Procrastination Button officially released.

 - New font instead of Times New Roman
 - New status message that indicates how bored you are
 - Other minor graphical changes                    

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

Название The Procrastination Button The Procrastination Button
ID fknkaeapccbhbfomimnmcjoekgdhnjap
Официальный URL https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap
Описание Whether you're just trying to pass the time, or don't have the will to do anything else.
Размер файла 8.26 KB
Количество установок 2,125
Текущая Версия 1.1.0
Последнее Обновление 2014-03-23
Дата публикации 2014-03-23
Рейтинг 4.68/5 Всего 19 оценок
Разработчик HazeTrance
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Procrastination Button",
    "description": "Whether you're just trying to pass the time, or don't have the will to do anything else.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}