Time Speaks Firefox

Examine source code of Time Speaks

Inspect and view changes in Time Speaks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Time Speaks",
  "version": "1.2.1resigned1",
  "manifest_version": 2,
  "description": "Shows the runtime of the active tab",
  "permissions": [
    "tabs",
    "history",
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "timespeaks@shipra.addons.mozilla.org"
    }
  },
  "web_accessible_resources": [
    "pages/more.html"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "pages/popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "core/content.js"
      ]
    }
  ]
}

Best Time Speaks Alternatives

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