CSS Unit Converter Firefox

Examine source code of CSS Unit Converter

제작자: Vivek Parmar
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}"
    }
  }
}

최고의 CSS Unit Converter 대안

다음은 CSS Unit Converter과(와) 유사한 Firefox add-on입니다: