SVG Printer Firefox

Examine source code of SVG Printer

제작자: Janko
Inspect and view changes in SVG Printer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SVG Printer",
  "version": "2.0",
  "description": "Allows users to print SVG elements from any webpage.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Trigger SVG Printer",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b6c85e9-bfab-49f7-8ee6-8df5435d11b4}"
    }
  }
}

최고의 SVG Printer 대안

다음은 SVG Printer과(와) 유사한 Firefox add-on입니다: