Time Tracker Multi-Tab Firefox

Examine source code of Time Tracker Multi-Tab

By: Luke
Inspect and view changes in Time Tracker Multi-Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Admin Time Tracker Multi-Tab",
  "version": "3.1",
  "description": "Traccia il tempo speso su più URL con backup globale.",
  "browser_specific_settings": {
    "gecko": {
      "id": "multitabtimetracker@yourdomain.com",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "idle",
    "<all_urls>",
    "unlimitedStorage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "web_accessible_resources": [
    "import.html"
  ]
}

Best Time Tracker Multi-Tab Alternatives

Here are some Firefox add-ons that are similar to Time Tracker Multi-Tab: