The Procrastination Button
Whether you're just trying to pass the time, or don't have the will to do anything else.
Vad är The Procrastination Button?
The Procrastination Button är en Chrome-tillägg utvecklad av HazeTrance, och dess huvudfunktion är "Whether you're just trying to pass the time, or don't have the will to do anything else.".
Ladda ner The Procrastination Button-förlängningens CRX-fil
Ladda ner The Procrastination Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | fknkaeapccbhbfomimnmcjoekgdhnjap |
Officiell webbadress | https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap |
Beskrivning | Whether you're just trying to pass the time, or don't have the will to do anything else. |
Filstorlek | 8.26 KB |
Antal Installationer | 2,125 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2014-03-23 |
Publiceringsdatum | 2014-03-23 |
Betyg | 4.68/5 Totalt 19 Betyg |
Utvecklare | HazeTrance |
Betalningssätt | free |
Stödda Språk | 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" ] } |