Puzzle Image Maker Firefox

Examine source code of Puzzle Image Maker

By: Mui
Inspect and view changes in Puzzle Image Maker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Puzzle Image Maker",
  "version": "1.0",
  "description": "Biến hình ảnh thành trò xếp hình puzzle.",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{60c1e6a9-3598-4868-9475-85986cb04b46}"
    }
  }
}

Best Puzzle Image Maker Alternatives

Here are some Firefox add-ons that are similar to Puzzle Image Maker: