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.

Wat is Pomodoro Timer: To Boost Your Productivity?

Pomodoro Timer: To Boost Your Productivity is een Chrome-extensie ontwikkeld door Dhruv Jobanputra, en de belangrijkste functie is "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pomodoro Timer: To Boost Your Productivity

Download Pomodoro Timer: To Boost Your Productivity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pomodoro Timer: To Boost Your Productivity Pomodoro Timer: To Boost Your Productivity
ID cimgfefpecjidchfhanhmhbgkcjoiipj
Officiële URL https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj
Beschrijving Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
Bestandsgrootte 161 KB
Aantal Installaties 46
Huidige Versie 0.1
Laatst Bijgewerkt 2022-01-18
Publicatiedatum 2022-01-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Dhruv Jobanputra
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}