The Procrastination Button

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

Wat is The Procrastination Button?

The Procrastination Button is een Chrome-extensie ontwikkeld door HazeTrance, en de belangrijkste functie is "Whether you're just trying to pass the time, or don't have the will to do anything else.".

Download het CRX-bestand van de extensie The Procrastination Button

Download The Procrastination Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam The Procrastination Button The Procrastination Button
ID fknkaeapccbhbfomimnmcjoekgdhnjap
Officiële URL https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap
Beschrijving Whether you're just trying to pass the time, or don't have the will to do anything else.
Bestandsgrootte 8.26 KB
Aantal Installaties 2,125
Huidige Versie 1.1.0
Laatst Bijgewerkt 2014-03-23
Publicatiedatum 2014-03-23
Beoordeling 4.68/5 Totaal 19 Beoordelingen
Ontwikkelaar HazeTrance
Betalingswijze free
Ondersteunde Talen 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"
    ]
}