Gridify Firefox

Examine source code of Gridify

Inspect and view changes in Gridify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Visualiza líneas guía",
  "manifest_version": 2,
  "name": "Gridify",
  "author": "Jose Carlos",
  "version": "1.1.3",
  "icons": {
    "48": "icons/grid48.svg"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/grid48.svg",
    "theme_icons": [
      {
        "light": "icons/grid48-light.svg",
        "dark": "icons/grid48.svg",
        "size": 32
      }
    ],
    "content_scripts": [
      {
        "matches": [
          "*://*.mozilla.org/*"
        ],
        "js": [
          "content_script.js"
        ]
      }
    ],
    "default_title": "Gridify",
    "default_popup": "popup/grid_controls.html"
  }
}

Best Gridify Alternatives

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