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คืออะไร?
The Procrastination Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HazeTrance และคุณลักษณะหลักของมันคือ "Whether you're just trying to pass the time, or don't have the will to do anything else."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Procrastination Button
ดาวน์โหลดไฟล์ส่วนขยาย The Procrastination Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fknkaeapccbhbfomimnmcjoekgdhnjap |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/the-procrastination-butto/fknkaeapccbhbfomimnmcjoekgdhnjap |
คำอธิบาย | Whether you're just trying to pass the time, or don't have the will to do anything else. |
ขนาดไฟล์ | 8.26 KB |
จำนวนการติดตั้ง | 2,125 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2014-03-23 |
วันที่เผยแพร่ | 2014-03-23 |
คะแนน | 4.68/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | HazeTrance |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |