Log Reader Firefox

Examine source code of Log Reader

Inspect and view changes in Log Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Log Reader",
  "version": "1.5.1resigned1",
  "description": "Log Reader",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "commands": {
    "trigger": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "trigger"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "utility.js",
        "content.js",
        "content_hl.js",
        "content_ce.js",
        "content_sp.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{855c8aa1-3a41-4842-84c1-81e4167063eb}"
    }
  }
}

Meilleures alternatives Log Reader

Voici quelques Firefox add-ons qui sont similaires à Log Reader :