Capture It - Capture & Edit Screenshots Firefox

Examine source code of Capture It - Capture & Edit Screenshots

Inspect and view changes in Capture It - Capture & Edit Screenshots source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appFullName__",
  "description": "__MSG_appDescription__",
  "version": "0.0.7",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "notifications",
    "downloads",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "opts.html",
    "open_in_tab": true
  },
  "commands": {
    "capture-element": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      },
      "description": "__MSG_captureElement__"
    },
    "capture-custom": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "Command+Shift+2"
      },
      "description": "__MSG_captureCustom__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "captureit@softwebtuts.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Capture It - Capture & Edit Screenshots",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/content.css"
  ]
}

Best Capture It - Capture & Edit Screenshots Alternatives

Here are some Firefox add-ons that are similar to Capture It - Capture & Edit Screenshots: