Figma Time Tracker Firefox

Examine source code of Figma Time Tracker

By: Net88
Inspect and view changes in Figma Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Figma Time Tracker",
  "version": "1.0",
  "description": "Tracks and displays the time you spend on Figma projects.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.figma.com/*"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{eb01c4d0-b3a9-469b-9c41-7b27fd2a9442}"
    }
  }
}

Best Figma Time Tracker Alternatives

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