TomaTimer

Pomodoro Technique timer for minimalists.

TomaTimer là gì?

TomaTimer là một tiện ích mở rộng Chrome được phát triển bởi Piotr Adamczewski, và tính năng chính của nó là "Pomodoro Technique timer for minimalists.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TomaTimer

Tải xuống các tệp mở rộng TomaTimer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Updated! Sound and compatibility issues are fixed. Should work fine on recent Chrome versions.

Simple timer for Pomodoro Technique users. Start it and TomaTimer will notify you about Pomodoros, short and long breaks.

Uses a notification popup or (optionally) a sound.

You can set duration of Pomodoros and breaks on the options page.

Available in English and Polish. Other translations welcome.

Notification sound by http://www.justinwasack.com/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TomaTimer TomaTimer
ID hgbdhbgmmfhepghcdhepkbhabkaffihk
URL Chính Thức https://chromewebstore.google.com/detail/tomatimer/hgbdhbgmmfhepghcdhepkbhabkaffihk
Mô tả Pomodoro Technique timer for minimalists.
Kích Thước Tệp 53.75 KB
Số Lần Cài Đặt 562
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2012-10-24
Ngày Phát Hành 2012-10-24
Đánh Giá 4.29/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Piotr Adamczewski
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,pl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "TomaTimer",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}