PomoTimer
A seriously minimalistic Pomodoro timer
What is PomoTimer?
PomoTimer is a Chrome extension developed by Marcus Johansson, and its main feature is "A seriously minimalistic Pomodoro timer".
Extension Screenshots
Download PomoTimer Extension CRX File
Download PomoTimer 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
The Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.
Extension Basic Information
Name | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
Official URL | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
Description | A seriously minimalistic Pomodoro timer |
File Size | 34.59 KB |
Installation Count | 37 |
Current Version | 1.0.1 |
Last Updated | 2020-04-17 |
Publish Date | 2020-04-17 |
Developer | Marcus Johansson |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/marcjoha/pomo-timer |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PomoTimer", "version": "1.0.1", "description": "A seriously minimalistic Pomodoro timer", "manifest_version": 2, "icons": { "16": "gfx\/icon-16.png", "48": "gfx\/icon-48.png", "128": "gfx\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "notifications" ], "browser_action": { "default_icon": "gfx\/icon-32.png", "default_title": "PomoTimer" }, "offline_enabled": true } |