BrowserLens Firefox

Examine source code of BrowserLens

Inspect and view changes in BrowserLens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BrowserLens",
  "description": "Extract colors, fonts, media and seo meta from any site without using developer tools. Export styles to your favourite design tools.",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "BrowserLens",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{433ea4b7-c9d5-4737-8bcf-1e72e84f4a21}"
    }
  }
}

Best BrowserLens Alternatives

Here are some Firefox add-ons that are similar to BrowserLens: