Load Times

Load Times

Display load times of one or all tabs also contains a color indicator to easily detect slow loading pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "igorlogius",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Show the intial load times of tabs/pages/sites",
    "default_popup": "popup.html"
  },
  "page_action": {
    "default_popup": "popup.html?activeTab=1"
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Load Times",
  "permissions": [
    "menus",
    "tabs",
    "webNavigation"
  ],
  "version": "1.4.6",
  "browser_specific_settings": {
    "gecko": {
      "id": "{c097def3-8524-4828-83bd-4502a43e0b47}"
    }
  }
}