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
官方網址 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
電子郵箱 [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"
    ]
}