MG Pomodoro Timer

MG Pomodoro Timer

MG Pomodoro Timer란 무엇입니까?

MG Pomodoro Timer은(는) http://maxgrass.eu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MG Pomodoro Timer"입니다.

확장 프로그램 스크린샷

screenshot

MG Pomodoro Timer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 MG Pomodoro Timer MG Pomodoro Timer
ID adijccpjdchgfblpbipnhpeekboicjpg
공식 URL https://chrome.google.com/webstore/detail/mg-pomodoro-timer/adijccpjdchgfblpbipnhpeekboicjpg
설명 MG Pomodoro Timer
파일 크기 40.43 KB
설치 횟수 182
현재 버전 1.1.0
최근 업데이트 2017-09-01
출시 날짜 2017-09-01
평점 3.50/5 총 4 개의 평점
개발자 http://maxgrass.eu
결제 유형 free
지원되는 언어 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"
    ]
}