PomoTimer

A seriously minimalistic Pomodoro timer

Co to jest PomoTimer?

PomoTimer to rozszerzenie Chrome opracowane przez Marcus Johansson, a jego główną funkcją jest „A seriously minimalistic Pomodoro timer”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PomoTimer

Pobierz pliki rozszerzeń PomoTimer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PomoTimer PomoTimer
ID hefdcogdhfodpbcidnkecllmknddjghc
Oficjalny URL https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc
Opis A seriously minimalistic Pomodoro timer
Rozmiar pliku 34.59 KB
Liczba instalacji 37
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-04-17
Data Publikacji 2020-04-17
Deweloper Marcus Johansson
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/marcjoha/pomo-timer
Obsługiwane Języki 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
}