Zi Screen Firefox

Examine source code of Zi Screen

Inspect and view changes in Zi Screen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "1.0",
  "name": "Zi Screen",
  "short_name": "ziscreen",
  "manifest_version": 2,
  "description": "Take a screenshot, share it, add a task in Trello with a screenshot",
  "browser_action": {
    "persistent": false
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "*://*/*"
      ],
      "js": [
        "inject.js",
        "build.js"
      ]
    }
  ],
  "icons": {
    "16": "img/fav-16.png",
    "32": "img/fav-32.png",
    "48": "img/fav-48.png",
    "96": "img/fav-96.png",
    "128": "img/fav-128.png",
    "256": "img/fav-256.png"
  },
  "content_security_policy": "default-src 'self'"
}

Best Zi Screen Alternatives

Here are some Firefox add-ons that are similar to Zi Screen: