The Procrastination Button
Whether you're just trying to pass the time, or don't have the will to do anything else.
Qu'est-ce que The Procrastination Button ?
The Procrastination Button est une extension Chrome développée par HazeTrance, et sa fonction principale est "Whether you're just trying to pass the time, or don't have the will to do anything else.".
Télécharger le fichier CRX de l'extension The Procrastination Button
Téléchargez les fichiers d'extension The Procrastination Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | fknkaeapccbhbfomimnmcjoekgdhnjap |
URL Officiel | https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap |
Description | Whether you're just trying to pass the time, or don't have the will to do anything else. |
Taille du Fichier | 8.26 KB |
Nombre d'Installations | 2,125 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2014-03-23 |
Date de Publication | 2014-03-23 |
Évaluation | 4.68/5 Total 19 Évaluations |
Développeur | HazeTrance |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |