Display Line Guides Firefox

Examine source code of Display Line Guides

Inspect and view changes in Display Line Guides source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Display Line Guides",
  "version": "1.0",
  "description": "Displays line guides for the website you are accessing.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "displaylineguides.extension@gmail.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Display Line Guides Alternatives

Here are some Firefox add-ons that are similar to Display Line Guides: