Hoverscope Firefox

Examine source code of Hoverscope

Inspect and view changes in Hoverscope source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Hoverscope",
  "version": "1.6.1",
  "description": "Hover over telescope and satellite names on arXiv to see key specifications",
  "browser_specific_settings": {
    "gecko": {
      "id": "hoverscope@nataliehogg.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://raw.githubusercontent.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://arxiv.org/*",
        "https://www.arxiv.org/*",
        "https://astrochristian.github.io/*",
        "https://astrochristian.github.io/astro_ph_co/*",
        "https://benty-fields.com/*",
        "http://benty-fields.com/*",
        "https://www.benty-fields.com/*",
        "http://www.benty-fields.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "data/telescopes.json",
        "data/surveys.json",
        "data/simulations.json",
        "data/sams.json",
        "data/samplers.json",
        "data/telescopes.de.json",
        "data/surveys.de.json",
        "data/simulations.de.json",
        "data/sams.de.json",
        "data/samplers.de.json",
        "data/telescopes.es.json",
        "data/surveys.es.json",
        "data/simulations.es.json",
        "data/sams.es.json",
        "data/samplers.es.json",
        "data/telescopes.fr.json",
        "data/surveys.fr.json",
        "data/simulations.fr.json",
        "data/sams.fr.json",
        "data/samplers.fr.json",
        "data/telescopes.it.json",
        "data/surveys.it.json",
        "data/simulations.it.json",
        "data/sams.it.json",
        "data/samplers.it.json",
        "data/telescopes.zh.json",
        "data/surveys.zh.json",
        "data/simulations.zh.json",
        "data/sams.zh.json",
        "data/samplers.zh.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Melhores alternativas Hoverscope

Aqui estão algumas Firefox add-ons que são similares a Hoverscope: