The Procrastination Button
Whether you're just trying to pass the time, or don't have the will to do anything else.
Cos'è The Procrastination Button?
The Procrastination Button è un'estensione di Chrome sviluppata da HazeTrance, e la sua funzione principale è "Whether you're just trying to pass the time, or don't have the will to do anything else.".
Scarica il file CRX dell'estensione The Procrastination Button
Scarica i file di estensione The Procrastination Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fknkaeapccbhbfomimnmcjoekgdhnjap |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap |
Descrizione | Whether you're just trying to pass the time, or don't have the will to do anything else. |
Dimensione del File | 8.26 KB |
Conteggio Installazioni | 2,125 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2014-03-23 |
Data di Pubblicazione | 2014-03-23 |
Valutazione | 4.68/5 Totale 19 Valutazioni |
Sviluppatore | HazeTrance |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |