Timer

This is a simple pomodoro timer.

What is Timer?

Timer is a Chrome extension developed by Adrian Karalus, and its main feature is "This is a simple pomodoro timer.".

Extension Screenshots

screenshot
screenshot

Download Timer Extension CRX File

Download 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

                                            

Extension Basic Information

Name Timer Timer
ID pakimokpohbojafpbgknlohgoepnelki
Official URL https://chromewebstore.google.com/detail/timer/pakimokpohbojafpbgknlohgoepnelki
Description This is a simple pomodoro timer.
File Size 56.52 KB
Installation Count 794
Current Version 0.1
Last Updated 2018-01-10
Publish Date 2018-01-09
Rating 5.00/5 Total 5 Ratings
Developer Adrian Karalus
Email [email protected]
Payment Type free
Extension Website https://github.com/RamzesBlog/pomodoro-timer
Help Page URL https://github.com/RamzesBlog/pomodoro-timer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "This is a simple pomodoro timer.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "pomodoro_x128.png",
        "default_popup": "pomodoro-timer.html"
    },
    "icons": {
        "128": "pomodoro_x128.png"
    },
    "permissions": [
        "background",
        "storage",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    }
}