Super Pomodoro Timer

The best Pomodoro timer there is

Cos'è Super Pomodoro Timer?

Super Pomodoro Timer è un'estensione di Chrome sviluppata da http://www.mycabinetofcuriosities.com, e la sua funzione principale è "The best Pomodoro timer there is".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Super Pomodoro Timer

Scarica i file di estensione Super Pomodoro Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The best Pomodoro timer there is
Listen, I know there's a lot of Pomodoro Timers out there, so why should you install this one?

Here's three reasons:

1) Auto switch to long breaks every four pomodoros and a counter to see how many you've done. (Because those long breaks are important too!)

2) Lists for ideas for short and long breaks. (If an idea comes up during your work session, jot it down, forget about it and come back to it after. That cute cat video? It'll be there for you when it's break time.)

3) A log that you can export of your work, including the date, time and items worked on. (Great for seeing how your day went for that warm feeling of contentment at all that sweet, sweet productivity or for better planning tomorrow's attack plan.)

That being said, feel free to suggest other functions you'd like to see in the future or problems that need to be fixed. I love constructive criticism, but do be kind. This is my first Chrome Extension, and I do it all for the warm fuzzies, not for the Benjamins.                    

Informazioni di Base sull'Estensione

Nome Super Pomodoro Timer Super Pomodoro Timer
ID jcfdgbccjkljjalphemlfnaahmnfilaa
URL Ufficiale https://chrome.google.com/webstore/detail/super-pomodoro-timer/jcfdgbccjkljjalphemlfnaahmnfilaa
Descrizione The best Pomodoro timer there is
Dimensione del File 2.28 MB
Conteggio Installazioni 105
Versione Corrente 0.0.3
Ultimo Aggiornamento 2018-11-05
Data di Pubblicazione 2018-11-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://www.mycabinetofcuriosities.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.mycabinetofcuriosities.com/privacy-policy/privacy-policy.txt
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "name": "Super Pomodoro Timer",
    "description": "The best Pomodoro timer there is",
    "version": "0.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "storage"
    ]
}