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
公式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"
    ]
}