Simple Pomodoro Timer
A simple Pomodoro timer.
What is Simple Pomodoro Timer?
Simple Pomodoro Timer is a Chrome extension developed by Tim Finnigan, and its main feature is "A simple Pomodoro timer.".
Extension Screenshots
Download Simple Pomodoro Timer Extension CRX File
Download Simple Pomodoro Timer 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
Click the icon to set a 25 minute timer.
Extension Basic Information
Name | Simple Pomodoro Timer |
ID | plfdidllminimcdbbfmapikbbbdjlbna |
Official URL | https://chromewebstore.google.com/detail/simple-pomodoro-timer/plfdidllminimcdbbfmapikbbbdjlbna |
Description | A simple Pomodoro timer. |
File Size | 186 KB |
Installation Count | 24 |
Current Version | 1.0.0 |
Last Updated | 2020-04-06 |
Publish Date | 2020-04-06 |
Developer | Tim Finnigan |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Pomodoro Timer", "description": "A simple Pomodoro timer.", "manifest_version": 2, "version": "1.0.0", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "scripts\/event.js" ], "persistent": true }, "browser_action": { "default_icon": "icon_16.png" }, "permissions": [ "contextMenus" ] } |