The Procrastination Button
Whether you're just trying to pass the time, or don't have the will to do anything else.
Co to jest The Procrastination Button?
The Procrastination Button to rozszerzenie Chrome opracowane przez HazeTrance, a jego główną funkcją jest „Whether you're just trying to pass the time, or don't have the will to do anything else.”.
Pobierz plik CRX rozszerzenia The Procrastination Button
Pobierz pliki rozszerzeń The Procrastination Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fknkaeapccbhbfomimnmcjoekgdhnjap |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap |
Opis | Whether you're just trying to pass the time, or don't have the will to do anything else. |
Rozmiar pliku | 8.26 KB |
Liczba instalacji | 2,125 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2014-03-23 |
Data Publikacji | 2014-03-23 |
Ocena | 4.68/5 Łącznie 19 Oceny |
Deweloper | HazeTrance |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |