Pom
Pomodoro timer
What is Pom?
Pom is a Chrome extension developed by J, and its main feature is "Pomodoro timer".
Extension Screenshots
Download Pom Extension CRX File
Download Pom 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 simple Pomodoro timer to keep you on track.
Extension Basic Information
Name | Pom |
ID | mamgoofgjgcbelgbcpdcapdiahnjdjoj |
Official URL | https://chromewebstore.google.com/detail/pom/mamgoofgjgcbelgbcpdcapdiahnjdjoj |
Description | Pomodoro timer |
File Size | 41.15 KB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2019-01-29 |
Publish Date | 2019-01-29 |
Developer | J |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pom", "version": "1.0", "description": "Pomodoro timer", "manifest_version": 2, "browser_action": { "default_popup": "main.html" }, "background": { "scripts": [ "background_alarms.js" ], "persistent": false }, "permissions": [ "alarms", "notifications" ], "web_accessible_resources": [ "pom.png" ], "icons": { "48": "pom.png" } } |