Marinara: Pomodoro® Assistant

Pomodoro® time management assistant.

Marinara: Pomodoro® Assistant란 무엇입니까?

Marinara: Pomodoro® Assistant은(는) Christopher Paul Schmich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pomodoro® time management assistant."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Marinara: Pomodoro® Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        • Short & long breaks
• Toolbar icon with countdown timer
• Track Pomodoro history & stats
• Configurable long break intervals
• Configurable timer durations
• Desktop & tab notifications
• Audio notifications with over 20 sounds
• Ticking timer sounds
• Scheduled automatic timers
• Open source software

https://github.com/schmich/marinara

Pomodoro® and The Pomodoro Technique® are trademarks of Francesco Cirillo. Marinara is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo.                    

확장 프로그램 기본 정보

이름 Marinara: Pomodoro® Assistant Marinara: Pomodoro® Assistant
ID lojgmehidjdhhbmpjfamhpkpodfcodef
공식 URL https://chromewebstore.google.com/detail/marinara-pomodoro%C2%AE-assist/lojgmehidjdhhbmpjfamhpkpodfcodef
설명 Pomodoro® time management assistant.
파일 크기 1.55 MB
설치 횟수 374,522
현재 버전 34
최근 업데이트 2021-01-20
출시 날짜 2019-12-09
평점 4.77/5 총 1473 개의 평점
개발자 Christopher Paul Schmich
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/schmich/marinara
도움말 페이지 URL https://github.com/schmich/marinara/issues
지원되는 언어 id,ms,de,en,en-GB,fr,sw,nl,no,vi,tr,ca,da,es,it,lt,pl,pt-BR,pt-PT,ro,fi,sv,cs,el,sr,ru,uk,iw,fa,bn,te,th,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_name_short__",
    "description": "__MSG_app_desc__",
    "default_locale": "en",
    "version": "34",
    "manifest_version": 2,
    "author": "Chris Schmich ",
    "homepage_url": "https:\/\/github.com\/schmich\/marinara",
    "offline_enabled": true,
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_title": "Marinara",
        "default_icon": "images\/browser-action.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "modules\/chunk-common.js",
            "modules\/chunk-vendors.js",
            "modules\/background.js"
        ]
    },
    "options_page": "modules\/options.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "minimum_chrome_version": "55",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}