Tab Counter- Test

Tab Counter- Test

Functionality of this extension is to display active tab titles in popup

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Tab Counter- Test",
  "version": "1.0",
  "description": "Functionality of this extension is to display active tab titles in popup",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}