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是由HazeTrance开发的Chrome扩展程序,该扩展的主要功能是“Whether you're just trying to pass the time, or don't have the will to do anything else.”。
下载The Procrastination Button扩展crx文件
下载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" ] } |