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                    

擴展基本資訊

名稱 The Procrastination Button The Procrastination Button
ID fknkaeapccbhbfomimnmcjoekgdhnjap
官方網址 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"
    ]
}