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文件

下載Marinara: Pomodoro® Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        • 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
官方網址 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'"
}