Pomodoro Timer: To Boost Your Productivity

Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.

Cos'è Pomodoro Timer: To Boost Your Productivity?

Pomodoro Timer: To Boost Your Productivity è un'estensione di Chrome sviluppata da Dhruv Jobanputra, e la sua funzione principale è "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pomodoro Timer: To Boost Your Productivity

Scarica i file di estensione Pomodoro Timer: To Boost Your Productivity 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

                        Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.                    

Informazioni di Base sull'Estensione

Nome Pomodoro Timer: To Boost Your Productivity Pomodoro Timer: To Boost Your Productivity
ID cimgfefpecjidchfhanhmhbgkcjoiipj
URL Ufficiale https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj
Descrizione Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
Dimensione del File 161 KB
Conteggio Installazioni 46
Versione Corrente 0.1
Ultimo Aggiornamento 2022-01-18
Data di Pubblicazione 2022-01-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Dhruv Jobanputra
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Timer: To Boost Your Productivity",
    "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.",
    "version": "0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/tomato16.png",
            "32": "\/images\/tomato32.png",
            "48": "\/images\/tomato48.png",
            "128": "\/images\/tomato128.png"
        }
    },
    "web_accessible_resources": [
        "\/images\/tomato128.png"
    ],
    "icons": {
        "16": "\/images\/tomato16.png",
        "32": "\/images\/tomato32.png",
        "48": "\/images\/tomato48.png",
        "128": "\/images\/tomato128.png"
    }
}