Pomodoro timer

Simply increase personal productivity

What is Pomodoro timer?

Pomodoro timer is a Chrome extension developed by m.vehar, and its main feature is "Simply increase personal productivity".

Extension Screenshots

screenshot

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

                        Simply increase personal productivity                    

Extension Basic Information

Name Pomodoro timer Pomodoro timer
ID bjigpljapjlemfipjmmeidlcbaabcffe
Official URL https://chromewebstore.google.com/detail/pomodoro-timer/bjigpljapjlemfipjmmeidlcbaabcffe
Description Simply increase personal productivity
File Size 238 KB
Installation Count 4,675
Current Version 1.0
Last Updated 2017-04-22
Publish Date 2017-04-22
Rating 5.00/5 Total 2 Ratings
Developer m.vehar
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro timer",
    "description": "Simply increase personal productivity",
    "version": "1.0",
    "permissions": [],
    "browser_action": {
        "default_title": "Set pomodoro intervals",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}