PomoTimer

A seriously minimalistic Pomodoro timer

PomoTimer क्या है?

PomoTimer Marcus Johansson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A seriously minimalistic Pomodoro timer"।

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

screenshot

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

crx प्रारूप में PomoTimer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.                    

एक्सटेंशन की मूल जानकारी

नाम PomoTimer PomoTimer
ID hefdcogdhfodpbcidnkecllmknddjghc
आधिकारिक URL https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc
विवरण A seriously minimalistic Pomodoro timer
फ़ाइल का आकार 34.59 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-04-17
प्रकाशन तिथि 2020-04-17
डेवलपर Marcus Johansson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/marcjoha/pomo-timer
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PomoTimer",
    "version": "1.0.1",
    "description": "A seriously minimalistic Pomodoro timer",
    "manifest_version": 2,
    "icons": {
        "16": "gfx\/icon-16.png",
        "48": "gfx\/icon-48.png",
        "128": "gfx\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "gfx\/icon-32.png",
        "default_title": "PomoTimer"
    },
    "offline_enabled": true
}