Pomodoro_Timer Firefox

Examine source code of Pomodoro_Timer

Inspect and view changes in Pomodoro_Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pomodoro",
  "version": "1.1resigned1",
  "description": "Used to help users study",
  "icons": {
    "48": "icons/tomato.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/tomato.png"
    },
    "default_title": "Study",
    "default_popup": "popup/timer.html"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Pomodoro.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{73ed0385-3726-4779-9a75-1ea047c2b518}"
    }
  }
}

Best Pomodoro_Timer Alternatives

Here are some Firefox add-ons that are similar to Pomodoro_Timer: