CSS Unit Converter Firefox

Examine source code of CSS Unit Converter

Inspect and view changes in CSS Unit Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSS Unit Converter",
  "version": "1.0",
  "description": "A sleek black-and-white CSS Unit Converter.",
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b6277a53-2622-4486-b676-eb771785f6d6}"
    }
  }
}

Melhores alternativas CSS Unit Converter

Aqui estão algumas Firefox add-ons que são similares a CSS Unit Converter: