Image Bookmark Pin Firefox

Examine source code of Image Bookmark Pin

By: gks
Inspect and view changes in Image Bookmark Pin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Bookmark Pin",
  "version": "1.0.0",
  "description": "Pin any image on a webpage to a simple popup board for later viewing.",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Image Bookmark Pin"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "imagebookmarkpin@example.com",
      "strict_min_version": "91.0"
    }
  }
}

Best Image Bookmark Pin Alternatives

Here are some Firefox add-ons that are similar to Image Bookmark Pin: