Pomodoro Timer
Use the time. Work and rest.
What is Pomodoro Timer?
Pomodoro Timer is a Chrome extension developed by LOCAJANS, and its main feature is "Use the time. Work and rest.".
Extension Screenshots
Download Pomodoro Timer Extension CRX File
Download 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
Pomodoro Timer - Pomodoro Clock - Use the time. Work and rest.
Extension Basic Information
Name | Pomodoro Timer |
ID | lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
Official URL | https://chromewebstore.google.com/detail/pomodoro-timer/lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
Description | Use the time. Work and rest. |
File Size | 123 KB |
Installation Count | 482 |
Current Version | 1.0 |
Last Updated | 2018-07-05 |
Publish Date | 2018-07-05 |
Rating | 1.00/5 Total 2 Ratings |
Developer | LOCAJANS |
[email protected] | |
Payment Type | free |
Extension Website | http://locajans.com |
Help Page URL | http://locajans.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Pomodoro Timer", "description": "Use the time. Work and rest.", "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "128": "images\/128.png" }, "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "OneSignal.js", "background.js" ] }, "permissions": [ "background", "https:\/\/locajans.com\/" ] } |