Simple Digital Clock Firefox

Examine source code of Simple Digital Clock

By: td101
Inspect and view changes in Simple Digital Clock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Clock",
  "version": "1.0",
  "description": "Displays the date and time in a popup when the icon is clicked in the toolbar",
  "icons": {
    "48": "icons/clock-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/clock-48.png",
    "default_title": "Clock",
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bbf488ec-17a0-4fba-abec-4c8f02433546}"
    }
  }
}

Best Simple Digital Clock Alternatives

Here are some Firefox add-ons that are similar to Simple Digital Clock: