Marinara: Pomodoro® Assistant

Pomodoro® time management assistant.

Marinara: Pomodoro® Assistant là gì?

Marinara: Pomodoro® Assistant là một tiện ích mở rộng Chrome được phát triển bởi Christopher Paul Schmich, và tính năng chính của nó là "Pomodoro® time management assistant.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Marinara: Pomodoro® Assistant

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

                        • 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.                    

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

Tên Marinara: Pomodoro® Assistant Marinara: Pomodoro® Assistant
ID lojgmehidjdhhbmpjfamhpkpodfcodef
URL Chính Thức https://chromewebstore.google.com/detail/marinara-pomodoro%C2%AE-assist/lojgmehidjdhhbmpjfamhpkpodfcodef
Mô tả Pomodoro® time management assistant.
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 374,522
Phiên Bản Hiện Tại 34
Cập Nhật Lần Cuối 2021-01-20
Ngày Phát Hành 2019-12-09
Đánh Giá 4.77/5 Tổng số 1473 Đánh Giá
Nhà Phát Triển Christopher Paul Schmich
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/schmich/marinara
URL Trang Trợ Giúp https://github.com/schmich/marinara/issues
Ngôn Ngữ Được Hỗ Trợ 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'"
}