The Procrastination Button

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

O que é The Procrastination Button?

The Procrastination Button é uma extensão do Chrome desenvolvida por HazeTrance, e sua principal característica é "Whether you're just trying to pass the time, or don't have the will to do anything else.".

Baixar o arquivo CRX da Extensão The Procrastination Button

Baixe arquivos de extensão The Procrastination Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome The Procrastination Button The Procrastination Button
ID fknkaeapccbhbfomimnmcjoekgdhnjap
URL Oficial https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap
Descrição Whether you're just trying to pass the time, or don't have the will to do anything else.
Tamanho do Arquivo 8.26 KB
Contagem de Instalações 2,125
Versão Atual 1.1.0
Última Atualização 2014-03-23
Data de Publicação 2014-03-23
Classificação 4.68/5 Total de 19 Avaliações
Desenvolvedor HazeTrance
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}