Time Tracker by Chrometa

Time Tracker by Chrometa

Keep track of the time you spend in your browser and get an accurate reporting of your work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Chrometa Add on",
  "version": "1.0",
  "description": "Chrometa tools.",
  "icons": {
    "48": "icons/Chrometa_logo-48x48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "chrometa.js"
      ]
    }
  ]
}