PriceTip — Currency tooltip converter Firefox

Examine source code of PriceTip — Currency tooltip converter

Par : Pedanto Add-on
Inspect and view changes in PriceTip — Currency tooltip converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.2.9",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "img/icon_19.png",
      "32": "img/icon_32.png",
      "38": "img/icon_38.png",
      "48": "img/icon_48.png",
      "64": "img/icon_64.png",
      "128": "img/icon_128.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "https://callback.pedanto.com/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/tooltip.js",
        "js/content.js"
      ],
      "css": [
        "css/styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "css/*.css",
    "img/*.svg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2a546da3-3b2e-43e8-877f-ebb95da9dda4}"
    }
  }
}

Meilleures alternatives PriceTip — Currency tooltip converter

Voici quelques Firefox add-ons qui sont similaires à PriceTip — Currency tooltip converter :