Screenshot Extension by Adeel

Screenshot Extension by Adeel

Take a screenshot of the current tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Screenshot Extension by Adeel ",
  "version": "2.0",
  "description": "Take a screenshot of the current tab",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Take a screenshot",
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}