Meta tags - SEO Tool

Meta tags - SEO Tool

This extension will list all the meta tags in a webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Meta tags - SEO Tool",
  "description": "This extension will list all the meta tags in a webpage",
  "version": "1.1",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ]
}