FoxComments Firefox

Examine source code of FoxComments

Inspect and view changes in FoxComments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FoxComments",
  "version": "1.0.1",
  "description": "Opens all the HTML comments of the current page on a new tab",
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>",
    "webNavigation",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/icons8-fox-32.png"
    }
  },
  "web_accessible_resources": [
    "view-source.html",
    "view-source.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{73371072-b8c2-4dd8-b8eb-6031eabdcccd}"
    }
  }
}

Meilleures alternatives FoxComments

Voici quelques Firefox add-ons qui sont similaires à FoxComments :