Easy Screenshot tool (Screeno) Firefox

Examine source code of Easy Screenshot tool (Screeno)

Inspect and view changes in Easy Screenshot tool (Screeno) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Screenshot tool for making a full page or partial screen capture with further edit, download or text adding.",
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "manifest_version": 2,
  "name": "Screeno",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "version": "1.0.0",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon32.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "editor.html"
  ]
}

Best Easy Screenshot tool (Screeno) Alternatives

Here are some Firefox add-ons that are similar to Easy Screenshot tool (Screeno):