BookBuyer Firefox

Examine source code of BookBuyer

By: Johnny
Inspect and view changes in BookBuyer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BookBuyer",
  "author": "JonDerThan",
  "version": "1.2.2",
  "description": "Allows for quick searching of goodread books on an arbitrary website.",
  "homepage_url": "https://github.com/JonDerThan/bookbuyer",
  "icons": {
    "16": "bookbuyer-favicon.png"
  },
  "browser_action": {
    "default_icon": "bookbuyer-favicon.png",
    "default_title": "BookBuyer",
    "default_popup": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.goodreads.com/*"
      ],
      "js": [
        "bookbuyer.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "options.html",
    "bookbuyer-favicon.png"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bookbuyer@JonDerThan.github.com"
    }
  }
}

Best BookBuyer Alternatives

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