Image Grid Overlay Firefox

Examine source code of Image Grid Overlay

By: Hi Viet
Inspect and view changes in Image Grid Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Grid Overlay",
  "version": "1.0",
  "description": "Overlay a translucent grid on images for layout analysis.",
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{60bf129f-394f-4e17-8799-08d3657741ee}"
    }
  }
}

Best Image Grid Overlay Alternatives

Here are some Firefox add-ons that are similar to Image Grid Overlay: