Add 2 Goodreads Firefox

Examine source code of Add 2 Goodreads

Inspect and view changes in Add 2 Goodreads source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Add to Goodreads",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Allows you to easily add a book you are viewing to your read, to-read, or currently-reading shelf on Goodreads.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.goodreads.com/"
      ],
      "js": [
        "myscript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "popup.js"
    ]
  }
}

Best Add 2 Goodreads Alternatives

Here are some Firefox add-ons that are similar to Add 2 Goodreads: