Procrastination Timer Firefox

Examine source code of Procrastination Timer

Inspect and view changes in Procrastination Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Procrastination Timer",
  "version": "1.0",
  "description": "Tracks how much time you procrastinate on selected websites.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "kristofferfage@gmail.com"
    }
  }
}

Meilleures alternatives Procrastination Timer

Voici quelques Firefox add-ons qui sont similaires à Procrastination Timer :