SplitPuzzle Firefox

Examine source code of SplitPuzzle

By: Bimps
Inspect and view changes in SplitPuzzle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SplitPuzzle",
  "version": "1.0",
  "description": "Turn any image on a webpage into a drag-and-drop puzzle.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {},
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "puzzle.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "splitpuzzle@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SplitPuzzle Alternatives

Here are some Firefox add-ons that are similar to SplitPuzzle: