Timebox++

Master your time the visual way!

Timebox++とは何ですか?

Timebox++はPeta Sittekによって開発されたChromeの拡張機能で、その主な機能は「Master your time the visual way!」です。

拡張機能のスクリーンショット

screenshot

Timebox++拡張機能のCRXファイルをダウンロード

Timebox++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Timebox++ is based on the idea of timeboxing, i.e. allocating a fixed time period to each planned activity. The point is to prevent pitfalls of Parkinson's law: "work expands so as to fill the time available for its completion", i.e. it's a good idea to set a time limit on any task you're trying to accomplish.

It's a minimalist timer with only one button - Start/Stop. All you need to get work done.

🚀 Ideal workflow
  ⭐️ Choose the task
  ⭐️ Set a time limit
  ⭐️ Press the Start button
  ⭐️ Grind!
  ⭐️ Done :)

🚀 Eye candy features
  ⭐️ 2 visual styles - sequential and random
  ⭐️ 32 color variants

Completely free and with no ads

Made with ♥ by Peta Sittek                    

拡張機能の基本情報

名前 Timebox++ Timebox++
ID cbgpbhpefmeholmeodlhaalbcjgbafjd
公式URL https://chromewebstore.google.com/detail/timebox++/cbgpbhpefmeholmeodlhaalbcjgbafjd
説明 Master your time the visual way!
ファイルサイズ 112 KB
インストール数 2,747
現在のバージョン 1.2.4
最終更新日 2017-07-25
公開日 2017-07-25
評価 4.14/5 合計 21 レビュー
開発者 Peta Sittek
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.petasittek.com/chrome-extensions-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timebox++",
    "description": "Master your time the visual way!",
    "version": "1.2.4",
    "offline_enabled": true,
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "38": "icon\/icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Timebox++"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/fn.js",
            "js\/storage-local.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications"
    ]
}