Marinara: Pomodoro® Assistant

Pomodoro® time management assistant.

Marinara: Pomodoro® Assistant क्या है?

Marinara: Pomodoro® Assistant Christopher Paul Schmich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pomodoro® time management assistant."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Marinara: Pomodoro® Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}