MG Pomodoro Timer

MG Pomodoro Timer

MG Pomodoro Timer là gì?

MG Pomodoro Timer là một tiện ích mở rộng Chrome được phát triển bởi http://maxgrass.eu, và tính năng chính của nó là "MG Pomodoro Timer".

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

screenshot

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

Tải xuống các tệp mở rộng MG Pomodoro Timer 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

                        Powerful and yet super simple Pomodoro Timer App.

No options! Just install it and you are ready!
Don't overcomplicate your life with custom timers and sounds. Install it and use it!

You'll see a badge with minutes for the work (blue), break (green) and long break (violet) periods.

You'll hear an "AWESOME!" sound when next phase is starting.

Clicking on the icon will START/STOP the pomodoro.

Sound is being played by default.

Reasons:
another extensions are either buggy or bloated with over 9000 features which you actually never use.

ENJOY IT! 📪

NOTE: No affiliation with Mr. Pomodoro.

Changelog:
1.1.0 Implemented options. Disable sound and notifications if you must (Requested by the annoyed consumer András Oláh).
1.0.1. Missed popups (afk while running) are cleared, so only the recent activity is shown.                    

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

Tên MG Pomodoro Timer MG Pomodoro Timer
ID adijccpjdchgfblpbipnhpeekboicjpg
URL Chính Thức https://chrome.google.com/webstore/detail/mg-pomodoro-timer/adijccpjdchgfblpbipnhpeekboicjpg
Mô tả MG Pomodoro Timer
Kích Thước Tệp 40.43 KB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-09-01
Ngày Phát Hành 2017-09-01
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://maxgrass.eu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "Max Grass (http:\/\/maxgrass.eu)",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "MG Pomodoro Timer",
    "icons": {
        "128": "icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "manifest_version": 2,
    "name": "MG Pomodoro Timer",
    "short_name": "MGPomodoro",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "alarms",
        "idle",
        "notifications",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "web_accessible_resources": [
        "icon_128.png",
        "awwesome.mp3"
    ]
}