PomoTab
A Pomodoro Timer in each new tab.
What is PomoTab?
PomoTab is a Chrome extension developed by https://andyjgao.com, and its main feature is "A Pomodoro Timer in each new tab.".
Extension Screenshots
Download PomoTab Extension CRX File
Download PomoTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | PomoTab |
ID | dbpkgeidmoofficdjjpikfachonamakh |
Official URL | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
Description | A Pomodoro Timer in each new tab. |
File Size | 505 KB |
Installation Count | 37 |
Current Version | 1.0.1 |
Last Updated | 2020-05-05 |
Publish Date | 2020-05-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://andyjgao.com |
Payment Type | free |
Extension Website | https://andyjgao.com/projects/pomotab |
Supported Languages | 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" } } |