The Procrastination Button
Whether you're just trying to pass the time, or don't have the will to do anything else.
The Procrastination Button là gì?
The Procrastination Button là một tiện ích mở rộng Chrome được phát triển bởi HazeTrance, và tính năng chính của nó là "Whether you're just trying to pass the time, or don't have the will to do anything else.".
Tải xuống tệp CRX của tiện ích mở rộng The Procrastination Button
Tải xuống các tệp mở rộng The Procrastination Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fknkaeapccbhbfomimnmcjoekgdhnjap |
URL Chính Thức | https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap |
Mô tả | Whether you're just trying to pass the time, or don't have the will to do anything else. |
Kích Thước Tệp | 8.26 KB |
Số Lần Cài Đặt | 2,125 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2014-03-23 |
Ngày Phát Hành | 2014-03-23 |
Đánh Giá | 4.68/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | HazeTrance |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |