PomoTab

A Pomodoro Timer in each new tab.

Vad är PomoTab?

PomoTab är en Chrome-tillägg utvecklad av https://andyjgao.com, och dess huvudfunktion är "A Pomodoro Timer in each new tab.".

Tilläggsskärmbilder

screenshot

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

Ladda ner PomoTab-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

                        This Chrome Extensions creates a new Pomodoro Timer with every new tab. 

The Pomodoro Technique is a proven productivity technique where you set aside 25 minutes to focus on a specific task undisturbed. Once completed, you then take a break for 5 minutes. 

This technique will help:
- Handle interruptions
- Improve motivation by improving the content of work
- Create clear separations between work and play
- Productivity                    

Grundläggande Information om Tillägg

Namn PomoTab PomoTab
ID dbpkgeidmoofficdjjpikfachonamakh
Officiell webbadress https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh
Beskrivning A Pomodoro Timer in each new tab.
Filstorlek 505 KB
Antal Installationer 37
Aktuell Version 1.0.1
Senast Uppdaterad 2020-05-05
Publiceringsdatum 2020-05-05
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://andyjgao.com
Betalningssätt free
Tilläggswebbplats https://andyjgao.com/projects/pomotab
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PomoTab",
    "author": "Andy J Gao",
    "version": "1.0.1",
    "description": "A Pomodoro Timer in each new tab.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}