Pomodoro Popup
Take a break every 30 minutes!
What is Pomodoro Popup?
Pomodoro Popup is a Chrome extension developed by Unknown, and its main feature is "Take a break every 30 minutes!".
Extension Screenshots
Download Pomodoro Popup Extension CRX File
Download Pomodoro Popup 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
A friendly reminder to relax for 5 minutes every half an hour.
Extension Basic Information
Name | Pomodoro Popup |
ID | gppbhglagafnemeblgebepcjnlfkbanb |
Official URL | https://chromewebstore.google.com/detail/pomodoro-popup/gppbhglagafnemeblgebepcjnlfkbanb |
Description | Take a break every 30 minutes! |
File Size | 63.06 KB |
Installation Count | 321 |
Current Version | 1.0.0 |
Last Updated | 2017-09-30 |
Publish Date | 2017-09-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Popup", "description": "Take a break every 30 minutes!", "version": "1.0.0", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "pomodoro.png", "default_title": "Pomodoro", "default_popup": "popup.html" } } |