The Procrastination Button

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

Was ist The Procrastination Button?

The Procrastination Button ist eine Chrome-Erweiterung, die von HazeTrance entwickelt wurde, und ihr Hauptmerkmal ist "Whether you're just trying to pass the time, or don't have the will to do anything else.".

The Procrastination Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Procrastination Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name The Procrastination Button The Procrastination Button
ID fknkaeapccbhbfomimnmcjoekgdhnjap
Offizielle URL https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap
Beschreibung Whether you're just trying to pass the time, or don't have the will to do anything else.
Dateigröße 8.26 KB
Installationsanzahl 2,125
Aktuelle Version 1.1.0
Letztes Update 2014-03-23
Veröffentlichungsdatum 2014-03-23
Bewertung 4.68/5 Insgesamt 19 Bewertungen
Entwickler HazeTrance
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}