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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |