Snovasys mz listener

Snovasys mz listener

Listens url changes. This extension is for self organization purposes. It just triggers some events which is used in another tool to listen url changes. The three events are on update event provided by mozilla tab event and the other two are similar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Snovasys mz listener",
  "version": "1.0.1",
  "description": "Listens url changes",
  "icons": {
    "48": "Snovasys_Logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "tabs"
  ]
}