Cursor Converter Firefox

Examine source code of Cursor Converter

Por: Xaephare
Inspect and view changes in Cursor Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cursor Converter",
  "version": "1.0",
  "description": "Select text with numbers to convert currencies automatically",
  "browser_specific_settings": {
    "gecko": {
      "id": "{4ccb5f4a-0783-4868-b095-b55cf9a87116}"
    }
  },
  "icons": {
    "48": "icons/48.png"
  },
  "permissions": [
    "storage",
    "https://cdn.jsdelivr.net/*"
  ],
  "options_page": "settings.html",
  "background": {
    "scripts": [
      "settings.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "cursor-converter.js"
      ]
    }
  ]
}

Mejores alternativas Cursor Converter

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