Tomighty

Web timer for pomodoro technique users

What is Tomighty?

Tomighty is a Chrome extension developed by Murilo Kunze, and its main feature is "Web timer for pomodoro technique users".

Extension Screenshots

screenshot

Download Tomighty Extension CRX File

Download Tomighty 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

                        The Pomodoro Technique® is a way to get the most out of time management.

This extension is based on Tomighty desktop timer created by Célio Cidral Junior.
http://www.tomighty.org/                    

Extension Basic Information

Name Tomighty Tomighty
ID peehjcejinjjiphdhbhibpphdhkifddk
Official URL https://chromewebstore.google.com/detail/tomighty/peehjcejinjjiphdhbhibpphdhkifddk
Description Web timer for pomodoro technique users
File Size 133 KB
Installation Count 2,702
Current Version 2.0.5
Last Updated 2017-11-12
Publish Date 2017-11-12
Rating 3.88/5 Total 16 Ratings
Developer Murilo Kunze
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tomighty",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Web timer for pomodoro technique users",
    "version": "2.0.5",
    "options_page": "options.html",
    "icons": {
        "128": "images\/tomato-128.png",
        "48": "images\/tomato-48.png",
        "16": "images\/tomato-16.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/tomato-24.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "alarms"
    ],
    "nacl_modules": [
        {
            "path": "sounds\/deskbell.wav",
            "mime_type": "audio\/wav"
        },
        {
            "path": "sounds\/crank.wav",
            "mime_type": "audio\/wav"
        }
    ]
}