PomoTimer

A seriously minimalistic Pomodoro timer

Vad är PomoTimer?

PomoTimer är en Chrome-tillägg utvecklad av Marcus Johansson, och dess huvudfunktion är "A seriously minimalistic Pomodoro timer".

Tilläggsskärmbilder

screenshot

Ladda ner PomoTimer-förlängningens CRX-fil

Ladda ner PomoTimer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PomoTimer PomoTimer
ID hefdcogdhfodpbcidnkecllmknddjghc
Officiell webbadress https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc
Beskrivning A seriously minimalistic Pomodoro timer
Filstorlek 34.59 KB
Antal Installationer 37
Aktuell Version 1.0.1
Senast Uppdaterad 2020-04-17
Publiceringsdatum 2020-04-17
Utvecklare Marcus Johansson
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/marcjoha/pomo-timer
Stödda Språk 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
}