The Procrastination Button
Whether you're just trying to pass the time, or don't have the will to do anything else.
Apa itu The Procrastination Button?
The Procrastination Button adalah ekstensi Chrome yang dikembangkan oleh HazeTrance, dan fitur utamanya adalah "Whether you're just trying to pass the time, or don't have the will to do anything else.".
Unduh Berkas CRX Ekstensi The Procrastination Button
Unduh file ekstensi The Procrastination Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | fknkaeapccbhbfomimnmcjoekgdhnjap |
URL Resmi | https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap |
Deskripsi | Whether you're just trying to pass the time, or don't have the will to do anything else. |
Ukuran File | 8.26 KB |
Jumlah Instalasi | 2,125 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2014-03-23 |
Tanggal Publikasi | 2014-03-23 |
Penilaian | 4.68/5 Total 19 Penilaian |
Pengembang | HazeTrance |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |