Timeboxx

Set small achievable timeboxes with timeboxx to boost your productivity through the day.

什麼是Timeboxx?

Timeboxx是由William Clear開發的Chrome擴展程式,該擴展的主要功能是“Set small achievable timeboxes with timeboxx to boost your productivity through the day.”。

擴展截圖

screenshot
screenshot
screenshot

下載Timeboxx擴展crx文件

下載Timeboxx擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Increase productivity by timeboxing your time over the day. Create a timeboxx using the timeboxx extension button and giving it a duration. A notification will pop up when the timeboxx is completed. The big timer will take up as much of the screen as possible so you can keep track of your time from across a room!

For example, timeboxx is helpful in situations when you would like to:
- focus on learning a language for an hour
- focus on a half hour workout
- give yourself 20 minutes to enjoy some funny videos                    

擴展基本資訊

名稱 Timeboxx Timeboxx
ID mmjmallnpgpeojdippodjpcmnlpilfnj
官方網址 https://chromewebstore.google.com/detail/timeboxx/mmjmallnpgpeojdippodjpcmnlpilfnj
簡介 Set small achievable timeboxes with timeboxx to boost your productivity through the day.
檔案大小 50.71 KB
安裝次數 60
目前版本 1.3.2
更新時間 2014-01-25
上架時間 2014-01-25
評分 5.00/5 共 4 次評分
開發者 William Clear
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timeboxx",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Set small achievable timeboxes with timeboxx to boost your productivity through the day.",
    "version": "1.3.2",
    "author": "wclear",
    "minimum_chrome_version": "28",
    "permissions": [
        "http:\/\/fonts.googleapis.com\/",
        "storage",
        "alarms",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-1.10.2.min.js",
            "timeboxxcore.js",
            "eventPage.js"
        ],
        "persistent": false
    }
}