The Procrastination Button

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

Co je The Procrastination Button?

The Procrastination Button je rozšíření Chrome vyvinuté HazeTrance, a jeho hlavní funkcí je „Whether you're just trying to pass the time, or don't have the will to do anything else.“.

Stáhnout soubor CRX rozšíření The Procrastination Button

Stáhněte si soubory rozšíření The Procrastination Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název The Procrastination Button The Procrastination Button
ID fknkaeapccbhbfomimnmcjoekgdhnjap
Oficiální URL https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap
Popis Whether you're just trying to pass the time, or don't have the will to do anything else.
Velikost souboru 8.26 KB
Počet instalací 2,125
Aktuální Verze 1.1.0
Poslední Aktualizace 2014-03-23
Datum Vydání 2014-03-23
Hodnocení 4.68/5 Celkem 19 Hodnocení
Vývojář HazeTrance
Typ Platby free
Podporované Jazyky 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"
    ]
}