ReadPosition Firefox

Examine source code of ReadPosition

Inspect and view changes in ReadPosition source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ReadPosition",
  "version": "1.0.0",
  "description": "Display read position in the page",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "readPosition@email.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Mejores alternativas ReadPosition

Aquí hay algunas Firefox add-ons que son similares a ReadPosition: