The Procrastination Button
Whether you're just trying to pass the time, or don't have the will to do anything else.
¿Qué es The Procrastination Button?
The Procrastination Button es una extensión de Chrome desarrollada por HazeTrance, y su función principal es "Whether you're just trying to pass the time, or don't have the will to do anything else.".
Descargar Archivo CRX de la Extensión The Procrastination Button
Descarga archivos de extensión The Procrastination Button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | fknkaeapccbhbfomimnmcjoekgdhnjap |
URL Oficial | https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap |
Descripción | Whether you're just trying to pass the time, or don't have the will to do anything else. |
Tamaño del Archivo | 8.26 KB |
Cantidad de Instalaciones | 2,125 |
Versión Actual | 1.1.0 |
Última Actualización | 2014-03-23 |
Fecha de Publicación | 2014-03-23 |
Calificación | 4.68/5 Total de 19 Calificaciones |
Desarrollador | HazeTrance |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |